#A03308

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

Shades of Rust #A03308

Tints of Rust #A03308

Color information

#A03308 (or 0xA03308) is unknown color: approx Rust. HEX triplet: A0, 33 and 08. RGB value is (160,51,8). Sum of RGB (Red+Green+Blue) = 160+51+8=219 (29% of max value = 765). Red value is 160 (62.89% from 255 or 73.06% from 219); Green value is 51 (20.31% from 255 or 23.29% from 219); Blue value is 8 (3.52% from 255 or 3.65% from 219); Max value from RGB is 160 - color contains mainly: red. Hex color #A03308 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03308 is #5FCCF7. Grayscale: #4E4E4E. Windows color (decimal): -6278392 or 537504. OLE color: 537504.

HSL color Cylindrical-coordinate representation of color #A03308: hue angle of 16.97º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A03308 is Cyan = 0, Magento = 0.68, Yellow = 0.95 and Black (K on CMYK) = 0.37.

Color convert

RGB160518-
CMYK00.680.950.37
HSL16.97º90.48%32.94%-
HSV(B)16.97º95%62.75%-
XYZ15.729.861.3-
YUV78.6988.11186-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 73.06%
GREEN value IS 51 (20.31% from 255) = 23.29%
BLUE value IS 8 (3.52% from 255) = 3.65%
R=73.06%
G=23.29%
B=3.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.95
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16051800.680.950.3716.9790.4832.94
HexA03380445F25115a21
Octal24063100104137452113241
Binary101000001100111000010001001011111100101100011011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03308; }

 p { color: rgb(160,51,8); }

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

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

 a { background-color: rgb(160,51,8); }

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

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

 span { border-color: rgb(160,51,8); }

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