#A33B22

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

Shades of Rock Spray #A33B22

Tints of Rock Spray #A33B22

Color information

#A33B22 (or 0xA33B22) is unknown color: approx Rock Spray. HEX triplet: A3, 3B and 22. RGB value is (163,59,34). Sum of RGB (Red+Green+Blue) = 163+59+34=256 (33% of max value = 765). Red value is 163 (64.06% from 255 or 63.67% from 256); Green value is 59 (23.44% from 255 or 23.05% from 256); Blue value is 34 (13.67% from 255 or 13.28% from 256); Max value from RGB is 163 - color contains mainly: red. Hex color #A33B22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33B22 is #5CC4DD. Grayscale: #575757. Windows color (decimal): -6079710 or 2243491. OLE color: 2243491.

HSL color Cylindrical-coordinate representation of color #A33B22: hue angle of 11.63º 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 #A33B22 is Cyan = 0, Magento = 0.64, Yellow = 0.79 and Black (K on CMYK) = 0.36.

Color convert

RGB1635934-
CMYK00.640.790.36
HSL11.63º65.48%38.63%-
HSV(B)11.63º79.14%63.92%-
XYZ16.9611.032.75-
YUV87.2597.96182.03-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 63.67%
GREEN value IS 59 (23.44% from 255) = 23.05%
BLUE value IS 34 (13.67% from 255) = 13.28%
R=63.67%
G=23.05%
B=13.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.79
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163593400.640.790.3611.6365.4838.63
HexA33B220404F24c4127
Octal24373420100117441410147
Binary1010001111101110001001000000100111110010011001000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33B22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33B22; }

 p { color: rgb(163,59,34); }

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

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

 a { background-color: rgb(163,59,34); }

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

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

 span { border-color: rgb(163,59,34); }

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