#a03e33

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

Shades of Rock Spray #A03E33

Tints of Rock Spray #A03E33

Color information

#A03E33 (or 0xA03E33) is unknown color: approx Rock Spray. HEX triplet: A0, 3E and 33. RGB value is (160,62,51). Sum of RGB (Red+Green+Blue) = 160+62+51=273 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.61% from 273); Green value is 62 (24.61% from 255 or 22.71% from 273); Blue value is 51 (20.31% from 255 or 18.68% from 273); Max value from RGB is 160 - color contains mainly: red. Hex color #A03E33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03E33 is #5FC1CC. Grayscale: #5A5A5A. Windows color (decimal): -6275533 or 3358368. OLE color: 3358368.

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

Color convert

RGB1606251-
CMYK00.610.680.37
HSL6.06º51.66%41.37%-
HSV(B)6.06º68.12%62.75%-
XYZ16.8211.164.4-
YUV90.05105.97177.89-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 58.61%
GREEN value IS 62 (24.61% from 255) = 22.71%
BLUE value IS 51 (20.31% from 255) = 18.68%
R=58.61%
G=22.71%
B=18.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.68
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160625100.610.680.376.0651.6641.37
HexA03E3303D442563429
Octal24076630751044566451
Binary1010000011111011001101111011000100100101110110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a03e33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a03e33; }

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

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

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

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

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

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

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

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