Html Css Color HEX #A02A04 Rust

📋 copy color: '#A02A04'

red 160 ◦ green 42 ◦ blue 4

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

Shades of Rust #A02A04

Tints of Rust #A02A04

RGB

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

 GREEN value IS 42 (16.8% from 255) = 20.39%

 BLUE value IS 4 (1.95% from 255) = 1.94%

R = 77.67%
G = 20.39%
B = 1.94%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.98

 K value IS 0.37

RGB Variations

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

Color information

#A02A04 (or 0xA02A04) is known color: Rust. HEX triplet: A0, 2A and 04. RGB value is (160,42,4). Sum of RGB (Red+Green+Blue) = 160+42+4=206 (27% of max value = 765). Red value is 160 (62.89% from 255 or 77.67% from 206); Green value is 42 (16.80% from 255 or 20.39% from 206); Blue value is 4 (1.95% from 255 or 1.94% from 206); Max value from RGB is 160 - color contains mainly: red. Hex color #A02A04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02A04 is #5FD5FB. Grayscale: #494949. Windows color (decimal): -6280700 or 273056. OLE color: 273056.

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

Color convert

RGB 160 42 4 -
CMYK 0 0.74 0.98 0.37
HSL 14.62º 0.95% 0.32% -
HSV(B) 14.62º 0.98% 0.63% -
XYZ 15.35 9.14 1.07 -
YUV 72.95 89.09 190.09 -
System Red Green Blue C M Y K H S L
Decimal 160 42 4 0 0.74 0.98 0.37 14.62 0.95 0.32
Hex A0 2A 4 0 4A 62 25 F 5F 20
Octal 240 52 4 0 112 142 45 17 137 40
Binary 10100000 101010 100 0 1001010 1100010 100101 1111 1011111 100000

Color Harmonies of #A02A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02A04

Black with #A02A04

Text Example


Text Example

White with #A02A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02A04; }

 p { color: rgb(160,42,4); }

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

background-color css

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

 a { background-color: rgb(160,42,4); }

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

border-color css

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

 span { border-color: rgb(160,42,4); }

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