Html Css Color HEX #A72F13 Rust

📋 copy color: '#A72F13'

red 167 ◦ green 47 ◦ blue 19

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

Shades of Rust #A72F13

Tints of Rust #A72F13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.15%

R = 71.67%
G = 20.17%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A72F13 (or 0xA72F13) is known color: Rust. HEX triplet: A7, 2F and 13. RGB value is (167,47,19). Sum of RGB (Red+Green+Blue) = 167+47+19=233 (30% of max value = 765). Red value is 167 (65.62% from 255 or 71.67% from 233); Green value is 47 (18.75% from 255 or 20.17% from 233); Blue value is 19 (7.81% from 255 or 8.15% from 233); Max value from RGB is 167 - color contains mainly: red. Hex color #A72F13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A72F13 is #58D0EC. Grayscale: #4F4F4F. Windows color (decimal): -5820653 or 1257383. OLE color: 1257383.

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

Color convert

RGB 167 47 19 -
CMYK 0 0.72 0.89 0.35
HSL 11.35º 0.8% 0.36% -
HSV(B) 11.35º 0.89% 0.65% -
XYZ 17.07 10.3 1.7 -
YUV 79.69 93.76 190.28 -
System Red Green Blue C M Y K H S L
Decimal 167 47 19 0 0.72 0.89 0.35 11.35 0.8 0.36
Hex A7 2F 13 0 48 59 23 B 50 24
Octal 247 57 23 0 110 131 43 13 120 44
Binary 10100111 101111 10011 0 1001000 1011001 100011 1011 1010000 100100

Color Harmonies of #A72F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72F13

Black with #A72F13

Text Example


Text Example

White with #A72F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72F13; }

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

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

background-color css

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

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

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

border-color css

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

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

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