#A33E27

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

Shades of Rock Spray #A33E27

Tints of Rock Spray #A33E27

Color information

#A33E27 (or 0xA33E27) is unknown color: approx Rock Spray. HEX triplet: A3, 3E and 27. RGB value is (163,62,39). Sum of RGB (Red+Green+Blue) = 163+62+39=264 (34% of max value = 765). Red value is 163 (64.06% from 255 or 61.74% from 264); Green value is 62 (24.61% from 255 or 23.48% from 264); Blue value is 39 (15.62% from 255 or 14.77% from 264); Max value from RGB is 163 - color contains mainly: red. Hex color #A33E27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33E27 is #5CC1D8. Grayscale: #595959. Windows color (decimal): -6078937 or 2571939. OLE color: 2571939.

HSL color Cylindrical-coordinate representation of color #A33E27: hue angle of 11.13º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A33E27 is Cyan = 0, Magento = 0.62, Yellow = 0.76 and Black (K on CMYK) = 0.36.

Color convert

RGB1636239-
CMYK00.620.760.36
HSL11.13º61.39%39.61%-
HSV(B)11.13º76.07%63.92%-
XYZ17.1911.383.21-
YUV89.5899.46180.37-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 61.74%
GREEN value IS 62 (24.61% from 255) = 23.48%
BLUE value IS 39 (15.62% from 255) = 14.77%
R=61.74%
G=23.48%
B=14.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.76
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163623900.620.760.3611.1361.3939.61
HexA33E2703E4C24b3d28
Octal243764707611444137550
Binary10100011111110100111011111010011001001001011111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33E27; }

 p { color: rgb(163,62,39); }

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

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

 a { background-color: rgb(163,62,39); }

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

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

 span { border-color: rgb(163,62,39); }

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