#AB330A

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

Shades of Rust #AB330A

Tints of Rust #AB330A

Color information

#AB330A (or 0xAB330A) is unknown color: approx Rust. HEX triplet: AB, 33 and 0A. RGB value is (171,51,10). Sum of RGB (Red+Green+Blue) = 171+51+10=232 (30% of max value = 765). Red value is 171 (67.19% from 255 or 73.71% from 232); Green value is 51 (20.31% from 255 or 21.98% from 232); Blue value is 10 (4.30% from 255 or 4.31% from 232); Max value from RGB is 171 - color contains mainly: red. Hex color #AB330A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB330A is #54CCF5. Grayscale: #525252. Windows color (decimal): -5557494 or 668587. OLE color: 668587.

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

Color convert

RGB1715110-
CMYK00.700.940.33
HSL15.28º88.95%35.49%-
HSV(B)15.28º94.15%67.06%-
XYZ18.0311.051.47-
YUV82.2187.26191.33-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 73.71%
GREEN value IS 51 (20.31% from 255) = 21.98%
BLUE value IS 10 (4.30% from 255) = 4.31%
R=73.71%
G=21.98%
B=4.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.94
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171511000.700.940.3315.2888.9535.49
HexAB33A0465E21f5923
Octal25363120106136411713143
Binary10101011110011101001000110101111010000111111011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB330A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB330A; }

 p { color: rgb(171,51,10); }

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

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

 a { background-color: rgb(171,51,10); }

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

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

 span { border-color: rgb(171,51,10); }

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