#A33E23

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

Shades of Rock Spray #A33E23

Tints of Rock Spray #A33E23

Color information

#A33E23 (or 0xA33E23) is unknown color: approx Rock Spray. HEX triplet: A3, 3E and 23. RGB value is (163,62,35). Sum of RGB (Red+Green+Blue) = 163+62+35=260 (34% of max value = 765). Red value is 163 (64.06% from 255 or 62.69% from 260); Green value is 62 (24.61% from 255 or 23.85% from 260); Blue value is 35 (14.06% from 255 or 13.46% from 260); Max value from RGB is 163 - color contains mainly: red. Hex color #A33E23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33E23 is #5CC1DC. Grayscale: #595959. Windows color (decimal): -6078941 or 2309795. OLE color: 2309795.

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

Color convert

RGB1636235-
CMYK00.620.790.36
HSL12.66º64.65%38.82%-
HSV(B)12.66º78.53%63.92%-
XYZ17.1311.352.88-
YUV89.1297.46180.7-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 62.69%
GREEN value IS 62 (24.61% from 255) = 23.85%
BLUE value IS 35 (14.06% from 255) = 13.46%
R=62.69%
G=23.85%
B=13.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.79
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163623500.620.790.3612.6664.6538.82
HexA33E2303E4F24d4127
Octal2437643076117441510147
Binary101000111111101000110111110100111110010011011000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33E23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33E23; }

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

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

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

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

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

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

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

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