#ad360f

Color #AD360F Rust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rust #AD360F

Tints of Rust #AD360F

Color information

#AD360F (or 0xAD360F) is unknown color: approx Rust. HEX triplet: AD, 36 and 0F. RGB value is (173,54,15). Sum of RGB (Red+Green+Blue) = 173+54+15=242 (32% of max value = 765). Red value is 173 (67.97% from 255 or 71.49% from 242); Green value is 54 (21.48% from 255 or 22.31% from 242); Blue value is 15 (6.25% from 255 or 6.20% from 242); Max value from RGB is 173 - color contains mainly: red. Hex color #AD360F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD360F is #52C9F0. Grayscale: #555555. Windows color (decimal): -5425649 or 997037. OLE color: 997037.

HSL color Cylindrical-coordinate representation of color #AD360F: hue angle of 14.81º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD360F is Cyan = 0, Magento = 0.69, Yellow = 0.91 and Black (K on CMYK) = 0.32.

Color convert

RGB1735415-
CMYK00.690.910.32
HSL14.81º84.04%36.86%-
HSV(B)14.81º91.33%67.84%-
XYZ18.6411.561.7-
YUV85.1488.42190.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 173 (67.97% from 255) = 71.49%
GREEN value IS 54 (21.48% from 255) = 22.31%
BLUE value IS 15 (6.25% from 255) = 6.20%
R=71.49%
G=22.31%
B=6.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.91
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173541500.690.910.3214.8184.0436.86
HexAD36F0455B20f5425
Octal25566170105133401712445
Binary10101101110110111101000101101101110000011111010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ad360f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ad360f; }

 p { color: rgb(173,54,15); }

 H1.HeaderClassName
 {
   color: #ad360f;
 }
 .AnyTagClassName
 {
   color: #ad360f;
 }
</style>
background-color css

<style>
 a { background-color: #ad360f; }

 a { background-color: rgb(173,54,15); }

 div.DivClassName
 {
   background-color: #ad360f;
 }
 .BgClassName
 {
   background-color: #ad360f;
 }
</style>
border-color css

<style>
 span { border-color: #ad360f; }

 span { border-color: rgb(173,54,15); }

 td.TdClassName
 {
   border-color: #ad360f;
 }
 .TagClassName
 {
   border-color: #ad360f;
 }
</style>