#A0360B

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

Shades of Rust #A0360B

Tints of Rust #A0360B

Color information

#A0360B (or 0xA0360B) is unknown color: approx Rust. HEX triplet: A0, 36 and 0B. RGB value is (160,54,11). Sum of RGB (Red+Green+Blue) = 160+54+11=225 (29% of max value = 765). Red value is 160 (62.89% from 255 or 71.11% from 225); Green value is 54 (21.48% from 255 or 24% from 225); Blue value is 11 (4.69% from 255 or 4.89% from 225); Max value from RGB is 160 - color contains mainly: red. Hex color #A0360B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A0360B is #5FC9F4. Grayscale: #515151. Windows color (decimal): -6277621 or 734880. OLE color: 734880.

HSL color Cylindrical-coordinate representation of color #A0360B: hue angle of 17.32º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A0360B is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.37.

Color convert

RGB1605411-
CMYK00.660.930.37
HSL17.32º87.13%33.53%-
HSV(B)17.32º93.12%62.75%-
XYZ15.8810.141.44-
YUV80.7988.62184.5-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 71.11%
GREEN value IS 54 (21.48% from 255) = 24%
BLUE value IS 11 (4.69% from 255) = 4.89%
R=71.11%
G=24%
B=4.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.93
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160541100.660.930.3717.3287.1333.53
HexA036B0425D25115722
Octal24066130102135452112742
Binary101000001101101011010000101011101100101100011010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0360B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0360B; }

 p { color: rgb(160,54,11); }

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

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

 a { background-color: rgb(160,54,11); }

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

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

 span { border-color: rgb(160,54,11); }

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