Html Css Color HEX #A02A05 Rust

📋 copy color: '#A02A05'

red 160 ◦ green 42 ◦ blue 5

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

Shades of Rust #A02A05

Tints of Rust #A02A05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.42%

R = 77.29%
G = 20.29%
B = 2.42%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.97

 K value IS 0.37

RGB Variations

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

Color information

#A02A05 (or 0xA02A05) is known color: Rust. HEX triplet: A0, 2A and 05. RGB value is (160,42,5). Sum of RGB (Red+Green+Blue) = 160+42+5=207 (27% of max value = 765). Red value is 160 (62.89% from 255 or 77.29% from 207); Green value is 42 (16.80% from 255 or 20.29% from 207); Blue value is 5 (2.34% from 255 or 2.42% from 207); Max value from RGB is 160 - color contains mainly: red. Hex color #A02A05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02A05 is #5FD5FA. Grayscale: #494949. Windows color (decimal): -6280699 or 338592. OLE color: 338592.

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

Color convert

RGB 160 42 5 -
CMYK 0 0.74 0.97 0.37
HSL 14.32º 0.94% 0.32% -
HSV(B) 14.32º 0.97% 0.63% -
XYZ 15.35 9.14 1.1 -
YUV 73.06 89.59 190.01 -
System Red Green Blue C M Y K H S L
Decimal 160 42 5 0 0.74 0.97 0.37 14.32 0.94 0.32
Hex A0 2A 5 0 4A 61 25 E 5E 20
Octal 240 52 5 0 112 141 45 16 136 40
Binary 10100000 101010 101 0 1001010 1100001 100101 1110 1011110 100000

Color Harmonies of #A02A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02A05

Black with #A02A05

Text Example


Text Example

White with #A02A05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02A05; }

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

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

background-color css

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

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

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

border-color css

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

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

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