Html Css Color HEX #A02C06 Rust

📋 copy color: '#A02C06'

red 160 ◦ green 44 ◦ blue 6

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

Shades of Rust #A02C06

Tints of Rust #A02C06

RGB

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

 GREEN value IS 44 (17.58% from 255) = 20.95%

 BLUE value IS 6 (2.73% from 255) = 2.86%

R = 76.19%
G = 20.95%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.96

 K value IS 0.37

RGB Variations

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

Color information

#A02C06 (or 0xA02C06) is known color: Rust. HEX triplet: A0, 2C and 06. RGB value is (160,44,6). Sum of RGB (Red+Green+Blue) = 160+44+6=210 (27% of max value = 765). Red value is 160 (62.89% from 255 or 76.19% from 210); Green value is 44 (17.58% from 255 or 20.95% from 210); Blue value is 6 (2.73% from 255 or 2.86% from 210); Max value from RGB is 160 - color contains mainly: red. Hex color #A02C06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02C06 is #5FD3F9. Grayscale: #4A4A4A. Windows color (decimal): -6280186 or 404640. OLE color: 404640.

HSL color Cylindrical-coordinate representation of color #A02C06: hue angle of 14.81º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A02C06 is Cyan = 0, Magento = 0.72, Yellow = 0.96 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 44 6 -
CMYK 0 0.72 0.96 0.37
HSL 14.81º 0.93% 0.33% -
HSV(B) 14.81º 0.96% 0.63% -
XYZ 15.43 9.29 1.15 -
YUV 74.35 89.43 189.09 -
System Red Green Blue C M Y K H S L
Decimal 160 44 6 0 0.72 0.96 0.37 14.81 0.93 0.33
Hex A0 2C 6 0 48 60 25 F 5D 21
Octal 240 54 6 0 110 140 45 17 135 41
Binary 10100000 101100 110 0 1001000 1100000 100101 1111 1011101 100001

Color Harmonies of #A02C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02C06

Black with #A02C06

Text Example


Text Example

White with #A02C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02C06; }

 p { color: rgb(160,44,6); }

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

background-color css

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

 a { background-color: rgb(160,44,6); }

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

border-color css

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

 span { border-color: rgb(160,44,6); }

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