Html Css Color HEX #A72F0F Rust

📋 copy color: '#A72F0F'

red 167 ◦ green 47 ◦ blue 15

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

Shades of Rust #A72F0F

Tints of Rust #A72F0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.55%

R = 72.93%
G = 20.52%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.91

 K value IS 0.35

RGB Variations

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

Color information

#A72F0F (or 0xA72F0F) is known color: Rust. HEX triplet: A7, 2F and 0F. RGB value is (167,47,15). Sum of RGB (Red+Green+Blue) = 167+47+15=229 (30% of max value = 765). Red value is 167 (65.62% from 255 or 72.93% from 229); Green value is 47 (18.75% from 255 or 20.52% from 229); Blue value is 15 (6.25% from 255 or 6.55% from 229); Max value from RGB is 167 - color contains mainly: red. Hex color #A72F0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A72F0F is #58D0F0. Grayscale: #4F4F4F. Windows color (decimal): -5820657 or 995239. OLE color: 995239.

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

Color convert

RGB 167 47 15 -
CMYK 0 0.72 0.91 0.35
HSL 12.63º 0.84% 0.36% -
HSV(B) 12.63º 0.91% 0.65% -
XYZ 17.04 10.28 1.54 -
YUV 79.23 91.76 190.6 -
System Red Green Blue C M Y K H S L
Decimal 167 47 15 0 0.72 0.91 0.35 12.63 0.84 0.36
Hex A7 2F F 0 48 5B 23 D 54 24
Octal 247 57 17 0 110 133 43 15 124 44
Binary 10100111 101111 1111 0 1001000 1011011 100011 1101 1010100 100100

Color Harmonies of #A72F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72F0F

Black with #A72F0F

Text Example


Text Example

White with #A72F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72F0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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