Html Css Color HEX #A02908 Rust

📋 copy color: '#A02908'

red 160 ◦ green 41 ◦ blue 8

#A02908
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rust #A02908

Tints of Rust #A02908

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 value IS 0

 M value IS 0.74

 Y value IS 0.95

 K value IS 0.37

RGB Variations

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

Color information

#A02908 (or 0xA02908) is known color: 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

RGB 160 41 8 -
CMYK 0 0.74 0.95 0.37
HSL 13.03º 0.9% 0.33% -
HSV(B) 13.03º 0.95% 0.63% -
XYZ 15.33 9.08 1.17 -
YUV 72.82 91.42 190.18 -
System Red Green Blue C M Y K H S L
Decimal 160 41 8 0 0.74 0.95 0.37 13.03 0.9 0.33
Hex A0 29 8 0 4A 5F 25 D 5A 21
Octal 240 51 10 0 112 137 45 15 132 41
Binary 10100000 101001 1000 0 1001010 1011111 100101 1101 1011010 100001

Color Harmonies of #A02908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02908

Black with #A02908

Text Example


Text Example

White with #A02908

Text Example


Text Example

HTML Codes & Css Web 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>