#AB3A00

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

Shades of Rust #AB3A00

Tints of Rust #AB3A00

Color information

#AB3A00 (or 0xAB3A00) is unknown color: approx Rust. HEX triplet: AB, 3A and 00. RGB value is (171,58,0). Sum of RGB (Red+Green+Blue) = 171+58+0=229 (30% of max value = 765). Red value is 171 (67.19% from 255 or 74.67% from 229); Green value is 58 (23.05% from 255 or 25.33% from 229); Blue value is 0 (0.39% from 255 or 0% from 229); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3A00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3A00 is #54C5FF. Grayscale: #555555. Windows color (decimal): -5555712 or 15019. OLE color: 15019.

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

Color convert

RGB171580-
CMYK00.6610.33
HSL20.35º100%33.53%-
HSV(B)20.35º100%67.06%-
XYZ18.3111.681.29-
YUV85.1879.94189.22-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 74.67%
GREEN value IS 58 (23.05% from 255) = 25.33%
BLUE value IS 0 (0.39% from 255) = 0%
R=74.67%
G=25.33%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17158000.6610.3320.3510033.53
HexAB3A00426421146422
Octal2537200102144412414442
Binary101010111110100010000101100100100001101001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3A00; }

 p { color: rgb(171,58,0); }

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

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

 a { background-color: rgb(171,58,0); }

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

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

 span { border-color: rgb(171,58,0); }

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