#AB2904

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

Shades of Rust #AB2904

Tints of Rust #AB2904

Color information

#AB2904 (or 0xAB2904) is unknown color: approx Rust. HEX triplet: AB, 29 and 04. RGB value is (171,41,4). Sum of RGB (Red+Green+Blue) = 171+41+4=216 (28% of max value = 765). Red value is 171 (67.19% from 255 or 79.17% from 216); Green value is 41 (16.41% from 255 or 18.98% from 216); Blue value is 4 (1.95% from 255 or 1.85% from 216); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2904 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2904 is #54D6FB. Grayscale: #4B4B4B. Windows color (decimal): -5560060 or 272811. OLE color: 272811.

HSL color Cylindrical-coordinate representation of color #AB2904: hue angle of 13.29º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AB2904 is Cyan = 0, Magento = 0.76, Yellow = 0.98 and Black (K on CMYK) = 0.33.

Color convert

RGB171414-
CMYK00.760.980.33
HSL13.29º95.43%34.31%-
HSV(B)13.29º97.66%67.06%-
XYZ17.6110.251.17-
YUV75.6587.57196.01-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 79.17%
GREEN value IS 41 (16.41% from 255) = 18.98%
BLUE value IS 4 (1.95% from 255) = 1.85%
R=79.17%
G=18.98%
B=1.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.98
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17141400.760.980.3313.2995.4334.31
HexAB29404C6221d5f22
Octal2535140114142411513742
Binary1010101110100110001001100110001010000111011011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2904; }

 p { color: rgb(171,41,4); }

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

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

 a { background-color: rgb(171,41,4); }

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

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

 span { border-color: rgb(171,41,4); }

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