#A02908

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

Shades of Rust #A02908

Tints of Rust #A02908

Color information

#A02908 (or 0xA02908) is unknown color: approx Rust. HEX triplet: A0, 29 and 08. RGB value is (160,41,8). Sum of RGB (Red+Green+Blue) = 160+41+8=209 (27% of max value = 765). Red value is 160 (62.89% from 255 or 76.56% from 209); Green value is 41 (16.41% from 255 or 19.62% from 209); Blue value is 8 (3.52% from 255 or 3.83% from 209); Max value from RGB is 160 - color contains mainly: red. Hex color #A02908 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02908 is #5FD6F7. Grayscale: #494949. Windows color (decimal): -6280952 or 534944. OLE color: 534944.

HSL color Cylindrical-coordinate representation of color #A02908: hue angle of 13.03º degrees, saturation: 0.9, 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 #A02908 is Cyan = 0, Magento = 0.74, Yellow = 0.95 and Black (K on CMYK) = 0.37.

Color convert

RGB160418-
CMYK00.740.950.37
HSL13.03º90.48%32.94%-
HSV(B)13.03º95%62.75%-
XYZ15.339.081.17-
YUV72.8291.42190.18-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 76.56%
GREEN value IS 41 (16.41% from 255) = 19.62%
BLUE value IS 8 (3.52% from 255) = 3.83%
R=76.56%
G=19.62%
B=3.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.95
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16041800.740.950.3713.0390.4832.94
HexA029804A5F25d5a21
Octal24051100112137451513241
Binary10100000101001100001001010101111110010111011011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02908; }

 p { color: rgb(160,41,8); }

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

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

 a { background-color: rgb(160,41,8); }

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

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

 span { border-color: rgb(160,41,8); }

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