Html Css Color HEX #A72A0C Rust

📋 copy color: '#A72A0C'

red 167 ◦ green 42 ◦ blue 12

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

Shades of Rust #A72A0C

Tints of Rust #A72A0C

RGB

 RED value IS 167 (65.63% from 255) = 75.57%

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

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

R = 75.57%
G = 19%
B = 5.43%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A72A0C (or 0xA72A0C) is known color: Rust. HEX triplet: A7, 2A and 0C. RGB value is (167,42,12). Sum of RGB (Red+Green+Blue) = 167+42+12=221 (29% of max value = 765). Red value is 167 (65.62% from 255 or 75.57% from 221); Green value is 42 (16.80% from 255 or 19.00% from 221); Blue value is 12 (5.08% from 255 or 5.43% from 221); Max value from RGB is 167 - color contains mainly: red. Hex color #A72A0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A72A0C is #58D5F3. Grayscale: #4C4C4C. Windows color (decimal): -5821940 or 797351. OLE color: 797351.

HSL color Cylindrical-coordinate representation of color #A72A0C: hue angle of 11.61º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A72A0C is Cyan = 0, Magento = 0.75, Yellow = 0.93 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 42 12 -
CMYK 0 0.75 0.93 0.35
HSL 11.61º 0.87% 0.35% -
HSV(B) 11.61º 0.93% 0.65% -
XYZ 16.83 9.9 1.37 -
YUV 75.96 91.91 192.94 -
System Red Green Blue C M Y K H S L
Decimal 167 42 12 0 0.75 0.93 0.35 11.61 0.87 0.35
Hex A7 2A C 0 4B 5D 23 C 57 23
Octal 247 52 14 0 113 135 43 14 127 43
Binary 10100111 101010 1100 0 1001011 1011101 100011 1100 1010111 100011

Color Harmonies of #A72A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72A0C

Black with #A72A0C

Text Example


Text Example

White with #A72A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72A0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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