#a33e2f

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

Shades of Rock Spray #A33E2F

Tints of Rock Spray #A33E2F

Color information

#A33E2F (or 0xA33E2F) is unknown color: approx Rock Spray. HEX triplet: A3, 3E and 2F. RGB value is (163,62,47). Sum of RGB (Red+Green+Blue) = 163+62+47=272 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.93% from 272); Green value is 62 (24.61% from 255 or 22.79% from 272); Blue value is 47 (18.75% from 255 or 17.28% from 272); Max value from RGB is 163 - color contains mainly: red. Hex color #A33E2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33E2F is #5CC1D0. Grayscale: #5A5A5A. Windows color (decimal): -6078929 or 3096227. OLE color: 3096227.

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

Color convert

RGB1636247-
CMYK00.620.710.36
HSL7.76º55.24%41.18%-
HSV(B)7.76º71.17%63.92%-
XYZ17.3411.443.98-
YUV90.49103.46179.72-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 59.93%
GREEN value IS 62 (24.61% from 255) = 22.79%
BLUE value IS 47 (18.75% from 255) = 17.28%
R=59.93%
G=22.79%
B=17.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.71
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163624700.620.710.367.7655.2441.18
HexA33E2F03E472483729
Octal243765707610744106751
Binary10100011111110101111011111010001111001001000110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a33e2f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a33e2f; }

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

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

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

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

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

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

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

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