Html Css Color HEX #A72F0C Rust

📋 copy color: '#A72F0C'

red 167 ◦ green 47 ◦ blue 12

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

Shades of Rust #A72F0C

Tints of Rust #A72F0C

RGB

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

 GREEN value IS 47 (18.75% from 255) = 20.8%

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

R = 73.89%
G = 20.8%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A72F0C (or 0xA72F0C) is known color: Rust. HEX triplet: A7, 2F and 0C. RGB value is (167,47,12). Sum of RGB (Red+Green+Blue) = 167+47+12=226 (29% of max value = 765). Red value is 167 (65.62% from 255 or 73.89% from 226); Green value is 47 (18.75% from 255 or 20.80% from 226); Blue value is 12 (5.08% from 255 or 5.31% from 226); Max value from RGB is 167 - color contains mainly: red. Hex color #A72F0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A72F0C is #58D0F3. Grayscale: #4F4F4F. Windows color (decimal): -5820660 or 798631. OLE color: 798631.

HSL color Cylindrical-coordinate representation of color #A72F0C: hue angle of 13.55º 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 #A72F0C is Cyan = 0, Magento = 0.72, Yellow = 0.93 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 47 12 -
CMYK 0 0.72 0.93 0.35
HSL 13.55º 0.87% 0.35% -
HSV(B) 13.55º 0.93% 0.65% -
XYZ 17.02 10.28 1.43 -
YUV 78.89 90.26 190.85 -
System Red Green Blue C M Y K H S L
Decimal 167 47 12 0 0.72 0.93 0.35 13.55 0.87 0.35
Hex A7 2F C 0 48 5D 23 E 57 23
Octal 247 57 14 0 110 135 43 16 127 43
Binary 10100111 101111 1100 0 1001000 1011101 100011 1110 1010111 100011

Color Harmonies of #A72F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72F0C

Black with #A72F0C

Text Example


Text Example

White with #A72F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72F0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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