Html Css Color HEX #A12A0C Rust

📋 copy color: '#A12A0C'

red 161 ◦ green 42 ◦ blue 12

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

Shades of Rust #A12A0C

Tints of Rust #A12A0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.58%

R = 74.88%
G = 19.53%
B = 5.58%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.93

 K value IS 0.37

RGB Variations

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

Color information

#A12A0C (or 0xA12A0C) is known color: Rust. HEX triplet: A1, 2A and 0C. RGB value is (161,42,12). Sum of RGB (Red+Green+Blue) = 161+42+12=215 (28% of max value = 765). Red value is 161 (63.28% from 255 or 74.88% from 215); Green value is 42 (16.80% from 255 or 19.53% from 215); Blue value is 12 (5.08% from 255 or 5.58% from 215); Max value from RGB is 161 - color contains mainly: red. Hex color #A12A0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A12A0C is #5ED5F3. Grayscale: #4A4A4A. Windows color (decimal): -6215156 or 797345. OLE color: 797345.

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

Color convert

RGB 161 42 12 -
CMYK 0 0.74 0.93 0.37
HSL 12.08º 0.86% 0.34% -
HSV(B) 12.08º 0.93% 0.63% -
XYZ 15.59 9.26 1.31 -
YUV 74.16 92.92 189.94 -
System Red Green Blue C M Y K H S L
Decimal 161 42 12 0 0.74 0.93 0.37 12.08 0.86 0.34
Hex A1 2A C 0 4A 5D 25 C 56 22
Octal 241 52 14 0 112 135 45 14 126 42
Binary 10100001 101010 1100 0 1001010 1011101 100101 1100 1010110 100010

Color Harmonies of #A12A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12A0C

Black with #A12A0C

Text Example


Text Example

White with #A12A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12A0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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