Html Css Color HEX #A12A06 Rust

📋 copy color: '#A12A06'

red 161 ◦ green 42 ◦ blue 6

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

Shades of Rust #A12A06

Tints of Rust #A12A06

RGB

 RED value IS 161 (63.28% from 255) = 77.03%

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

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

R = 77.03%
G = 20.1%
B = 2.87%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.96

 K value IS 0.37

RGB Variations

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

Color information

#A12A06 (or 0xA12A06) is known color: Rust. HEX triplet: A1, 2A and 06. RGB value is (161,42,6). Sum of RGB (Red+Green+Blue) = 161+42+6=209 (27% of max value = 765). Red value is 161 (63.28% from 255 or 77.03% from 209); Green value is 42 (16.80% from 255 or 20.10% from 209); Blue value is 6 (2.73% from 255 or 2.87% from 209); Max value from RGB is 161 - color contains mainly: red. Hex color #A12A06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A12A06 is #5ED5F9. Grayscale: #494949. Windows color (decimal): -6215162 or 404129. OLE color: 404129.

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

Color convert

RGB 161 42 6 -
CMYK 0 0.74 0.96 0.37
HSL 13.94º 0.93% 0.33% -
HSV(B) 13.94º 0.96% 0.63% -
XYZ 15.56 9.25 1.14 -
YUV 73.48 89.92 190.43 -
System Red Green Blue C M Y K H S L
Decimal 161 42 6 0 0.74 0.96 0.37 13.94 0.93 0.33
Hex A1 2A 6 0 4A 60 25 E 5D 21
Octal 241 52 6 0 112 140 45 16 135 41
Binary 10100001 101010 110 0 1001010 1100000 100101 1110 1011101 100001

Color Harmonies of #A12A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12A06

Black with #A12A06

Text Example


Text Example

White with #A12A06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12A06; }

 p { color: rgb(161,42,6); }

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

background-color css

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

 a { background-color: rgb(161,42,6); }

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

border-color css

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

 span { border-color: rgb(161,42,6); }

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