#ab450e

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

Shades of Rust #AB450E

Tints of Rust #AB450E

Color information

#AB450E (or 0xAB450E) is unknown color: approx Rust. HEX triplet: AB, 45 and 0E. RGB value is (171,69,14). Sum of RGB (Red+Green+Blue) = 171+69+14=254 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.32% from 254); Green value is 69 (27.34% from 255 or 27.17% from 254); Blue value is 14 (5.86% from 255 or 5.51% from 254); Max value from RGB is 171 - color contains mainly: red. Hex color #AB450E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB450E is #54BAF1. Grayscale: #5D5D5D. Windows color (decimal): -5552882 or 935339. OLE color: 935339.

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

Color convert

RGB1716914-
CMYK00.600.920.33
HSL21.02º84.86%36.27%-
HSV(B)21.02º91.81%67.06%-
XYZ1912.951.91-
YUV93.2383.29183.47-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 67.32%
GREEN value IS 69 (27.34% from 255) = 27.17%
BLUE value IS 14 (5.86% from 255) = 5.51%
R=67.32%
G=27.17%
B=5.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.92
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171691400.600.920.3321.0284.8636.27
HexAB45E03C5C21155524
Octal25310516074134412512544
Binary101010111000101111001111001011100100001101011010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ab450e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ab450e; }

 p { color: rgb(171,69,14); }

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

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

 a { background-color: rgb(171,69,14); }

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

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

 span { border-color: rgb(171,69,14); }

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