#A14408

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

Shades of Rust #A14408

Tints of Rust #A14408

Color information

#A14408 (or 0xA14408) is unknown color: approx Rust. HEX triplet: A1, 44 and 08. RGB value is (161,68,8). Sum of RGB (Red+Green+Blue) = 161+68+8=237 (31% of max value = 765). Red value is 161 (63.28% from 255 or 67.93% from 237); Green value is 68 (26.95% from 255 or 28.69% from 237); Blue value is 8 (3.52% from 255 or 3.38% from 237); Max value from RGB is 161 - color contains mainly: red. Hex color #A14408 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14408 is #5EBBF7. Grayscale: #595959. Windows color (decimal): -6208504 or 541857. OLE color: 541857.

HSL color Cylindrical-coordinate representation of color #A14408: hue angle of 23.53º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A14408 is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.37.

Color convert

RGB161688-
CMYK00.580.950.37
HSL23.53º90.53%33.14%-
HSV(B)23.53º95.03%63.14%-
XYZ16.8111.731.61-
YUV88.9782.31179.38-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 67.93%
GREEN value IS 68 (26.95% from 255) = 28.69%
BLUE value IS 8 (3.52% from 255) = 3.38%
R=67.93%
G=28.69%
B=3.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.95
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16168800.580.950.3723.5390.5333.14
HexA144803A5F25185b21
Octal24110410072137453013341
Binary101000011000100100001110101011111100101110001011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14408; }

 p { color: rgb(161,68,8); }

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

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

 a { background-color: rgb(161,68,8); }

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

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

 span { border-color: rgb(161,68,8); }

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