#A72C0C

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

Shades of Rust #A72C0C

Tints of Rust #A72C0C

Color information

#A72C0C (or 0xA72C0C) is unknown color: approx Rust. HEX triplet: A7, 2C and 0C. RGB value is (167,44,12). Sum of RGB (Red+Green+Blue) = 167+44+12=223 (29% of max value = 765). Red value is 167 (65.62% from 255 or 74.89% from 223); Green value is 44 (17.58% from 255 or 19.73% from 223); Blue value is 12 (5.08% from 255 or 5.38% from 223); Max value from RGB is 167 - color contains mainly: red. Hex color #A72C0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A72C0C is #58D3F3. Grayscale: #4D4D4D. Windows color (decimal): -5821428 or 797863. OLE color: 797863.

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

Color convert

RGB1674412-
CMYK00.740.930.35
HSL12.39º86.59%35.1%-
HSV(B)12.39º92.81%65.49%-
XYZ16.910.041.4-
YUV77.1391.25192.1-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 74.89%
GREEN value IS 44 (17.58% from 255) = 19.73%
BLUE value IS 12 (5.08% from 255) = 5.38%
R=74.89%
G=19.73%
B=5.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167441200.740.930.3512.3986.5935.1
HexA72CC04A5D23c5723
Octal24754140112135431412743
Binary10100111101100110001001010101110110001111001010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A72C0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A72C0C; }

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

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

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

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

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

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

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

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