Html Css Color HEX #A72F0E Rust

📋 copy color: '#A72F0E'

red 167 ◦ green 47 ◦ blue 14

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

Shades of Rust #A72F0E

Tints of Rust #A72F0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.14%

R = 73.25%
G = 20.61%
B = 6.14%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.92

 K value IS 0.35

RGB Variations

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

Color information

#A72F0E (or 0xA72F0E) is known color: Rust. HEX triplet: A7, 2F and 0E. RGB value is (167,47,14). Sum of RGB (Red+Green+Blue) = 167+47+14=228 (30% of max value = 765). Red value is 167 (65.62% from 255 or 73.25% from 228); Green value is 47 (18.75% from 255 or 20.61% from 228); Blue value is 14 (5.86% from 255 or 6.14% from 228); Max value from RGB is 167 - color contains mainly: red. Hex color #A72F0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A72F0E is #58D0F1. Grayscale: #4F4F4F. Windows color (decimal): -5820658 or 929703. OLE color: 929703.

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

Color convert

RGB 167 47 14 -
CMYK 0 0.72 0.92 0.35
HSL 12.94º 0.85% 0.35% -
HSV(B) 12.94º 0.92% 0.65% -
XYZ 17.03 10.28 1.5 -
YUV 79.12 91.26 190.68 -
System Red Green Blue C M Y K H S L
Decimal 167 47 14 0 0.72 0.92 0.35 12.94 0.85 0.35
Hex A7 2F E 0 48 5C 23 D 55 23
Octal 247 57 16 0 110 134 43 15 125 43
Binary 10100111 101111 1110 0 1001000 1011100 100011 1101 1010101 100011

Color Harmonies of #A72F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72F0E

Black with #A72F0E

Text Example


Text Example

White with #A72F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72F0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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