#A0361E

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

Shades of Rock Spray #A0361E

Tints of Rock Spray #A0361E

Color information

#A0361E (or 0xA0361E) is unknown color: approx Rock Spray. HEX triplet: A0, 36 and 1E. RGB value is (160,54,30). Sum of RGB (Red+Green+Blue) = 160+54+30=244 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.57% from 244); Green value is 54 (21.48% from 255 or 22.13% from 244); Blue value is 30 (12.11% from 255 or 12.30% from 244); Max value from RGB is 160 - color contains mainly: red. Hex color #A0361E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0361E is #5FC9E1. Grayscale: #535353. Windows color (decimal): -6277602 or 1980064. OLE color: 1980064.

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

Color convert

RGB1605430-
CMYK00.660.810.37
HSL11.08º68.42%37.25%-
HSV(B)11.08º81.25%62.75%-
XYZ16.0510.212.35-
YUV82.9698.12182.95-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 65.57%
GREEN value IS 54 (21.48% from 255) = 22.13%
BLUE value IS 30 (12.11% from 255) = 12.30%
R=65.57%
G=22.13%
B=12.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.81
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160543000.660.810.3711.0868.4237.25
HexA0361E0425125b4425
Octal24066360102121451310445
Binary101000001101101111001000010101000110010110111000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0361E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0361E; }

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

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

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

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

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

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

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

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