#A72C0E

Color #A72C0E Rust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rust #A72C0E

Tints of Rust #A72C0E

Color information

#A72C0E (or 0xA72C0E) is unknown color: approx Rust. HEX triplet: A7, 2C and 0E. RGB value is (167,44,14). Sum of RGB (Red+Green+Blue) = 167+44+14=225 (29% of max value = 765). Red value is 167 (65.62% from 255 or 74.22% from 225); Green value is 44 (17.58% from 255 or 19.56% from 225); Blue value is 14 (5.86% from 255 or 6.22% from 225); Max value from RGB is 167 - color contains mainly: red. Hex color #A72C0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A72C0E is #58D3F1. Grayscale: #4D4D4D. Windows color (decimal): -5821426 or 928935. OLE color: 928935.

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

Color convert

RGB1674414-
CMYK00.740.920.35
HSL11.76º84.53%35.49%-
HSV(B)11.76º91.62%65.49%-
XYZ16.9210.051.46-
YUV77.3692.25191.94-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 74.22%
GREEN value IS 44 (17.58% from 255) = 19.56%
BLUE value IS 14 (5.86% from 255) = 6.22%
R=74.22%
G=19.56%
B=6.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.92
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167441400.740.920.3511.7684.5335.49
HexA72CE04A5C23c5523
Octal24754160112134431412543
Binary10100111101100111001001010101110010001111001010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A72C0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A72C0E; }

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

 H1.HeaderClassName
 {
   color: #A72C0E;
 }
 .AnyTagClassName
 {
   color: #A72C0E;
 }
</style>
background-color css

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

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

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

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

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

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