Html Css Color HEX #A02808 Rust

📋 copy color: '#A02808'

red 160 ◦ green 40 ◦ blue 8

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

Shades of Rust #A02808

Tints of Rust #A02808

RGB

 RED value IS 160 (62.89% from 255) = 76.92%

 GREEN value IS 40 (16.02% from 255) = 19.23%

 BLUE value IS 8 (3.52% from 255) = 3.85%

R = 76.92%
G = 19.23%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.95

 K value IS 0.37

RGB Variations

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

Color information

#A02808 (or 0xA02808) is known color: Rust. HEX triplet: A0, 28 and 08. RGB value is (160,40,8). Sum of RGB (Red+Green+Blue) = 160+40+8=208 (27% of max value = 765). Red value is 160 (62.89% from 255 or 76.92% from 208); Green value is 40 (16.02% from 255 or 19.23% from 208); Blue value is 8 (3.52% from 255 or 3.85% from 208); Max value from RGB is 160 - color contains mainly: red. Hex color #A02808 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02808 is #5FD7F7. Grayscale: #484848. Windows color (decimal): -6281208 or 534688. OLE color: 534688.

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

Color convert

RGB 160 40 8 -
CMYK 0 0.75 0.95 0.37
HSL 12.63º 0.9% 0.33% -
HSV(B) 12.63º 0.95% 0.63% -
XYZ 15.3 9.01 1.16 -
YUV 72.23 91.76 190.6 -
System Red Green Blue C M Y K H S L
Decimal 160 40 8 0 0.75 0.95 0.37 12.63 0.9 0.33
Hex A0 28 8 0 4B 5F 25 D 5A 21
Octal 240 50 10 0 113 137 45 15 132 41
Binary 10100000 101000 1000 0 1001011 1011111 100101 1101 1011010 100001

Color Harmonies of #A02808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02808

Black with #A02808

Text Example


Text Example

White with #A02808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02808; }

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

 H1.HeaderClassName
 {
   color: #A02808;
 }
 .AnyTagClassName
 {
   color: #A02808;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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