#AB2C07

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

Shades of Rust #AB2C07

Tints of Rust #AB2C07

Color information

#AB2C07 (or 0xAB2C07) is unknown color: approx Rust. HEX triplet: AB, 2C and 07. RGB value is (171,44,7). Sum of RGB (Red+Green+Blue) = 171+44+7=222 (29% of max value = 765). Red value is 171 (67.19% from 255 or 77.03% from 222); Green value is 44 (17.58% from 255 or 19.82% from 222); Blue value is 7 (3.12% from 255 or 3.15% from 222); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2C07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2C07 is #54D3F8. Grayscale: #4E4E4E. Windows color (decimal): -5559289 or 470187. OLE color: 470187.

HSL color Cylindrical-coordinate representation of color #AB2C07: hue angle of 13.54º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AB2C07 is Cyan = 0, Magento = 0.74, Yellow = 0.96 and Black (K on CMYK) = 0.33.

Color convert

RGB171447-
CMYK00.740.960.33
HSL13.54º92.13%34.9%-
HSV(B)13.54º95.91%67.06%-
XYZ17.7310.471.29-
YUV77.7688.08194.51-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 77.03%
GREEN value IS 44 (17.58% from 255) = 19.82%
BLUE value IS 7 (3.12% from 255) = 3.15%
R=77.03%
G=19.82%
B=3.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.96
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17144700.740.960.3313.5492.1334.9
HexAB2C704A6021e5c23
Octal2535470112140411613443
Binary1010101110110011101001010110000010000111101011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2C07; }

 p { color: rgb(171,44,7); }

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

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

 a { background-color: rgb(171,44,7); }

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

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

 span { border-color: rgb(171,44,7); }

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