#AB3800

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

Shades of Rust #AB3800

Tints of Rust #AB3800

Color information

#AB3800 (or 0xAB3800) is unknown color: approx Rust. HEX triplet: AB, 38 and 00. RGB value is (171,56,0). Sum of RGB (Red+Green+Blue) = 171+56+0=227 (30% of max value = 765). Red value is 171 (67.19% from 255 or 75.33% from 227); Green value is 56 (22.27% from 255 or 24.67% from 227); Blue value is 0 (0.39% from 255 or 0% from 227); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3800 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3800 is #54C7FF. Grayscale: #545454. Windows color (decimal): -5556224 or 14507. OLE color: 14507.

HSL color Cylindrical-coordinate representation of color #AB3800: hue angle of 19.65º 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 #AB3800 is Cyan = 0, Magento = 0.67, Yellow = 1 and Black (K on CMYK) = 0.33.

Color convert

RGB171560-
CMYK00.6710.33
HSL19.65º100%33.53%-
HSV(B)19.65º100%67.06%-
XYZ18.2111.491.26-
YUV8480.6190.05-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 75.33%
GREEN value IS 56 (22.27% from 255) = 24.67%
BLUE value IS 0 (0.39% from 255) = 0%
R=75.33%
G=24.67%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17156000.6710.3319.6510033.53
HexAB3800436421146422
Octal2537000103144412414442
Binary101010111110000010000111100100100001101001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3800; }

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

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

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

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

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

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

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

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