#A33A22

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

Shades of Rock Spray #A33A22

Tints of Rock Spray #A33A22

Color information

#A33A22 (or 0xA33A22) is unknown color: approx Rock Spray. HEX triplet: A3, 3A and 22. RGB value is (163,58,34). Sum of RGB (Red+Green+Blue) = 163+58+34=255 (33% of max value = 765). Red value is 163 (64.06% from 255 or 63.92% from 255); Green value is 58 (23.05% from 255 or 22.75% from 255); Blue value is 34 (13.67% from 255 or 13.33% from 255); Max value from RGB is 163 - color contains mainly: red. Hex color #A33A22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33A22 is #5CC5DD. Grayscale: #565656. Windows color (decimal): -6079966 or 2243235. OLE color: 2243235.

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

Color convert

RGB1635834-
CMYK00.640.790.36
HSL11.16º65.48%38.63%-
HSV(B)11.16º79.14%63.92%-
XYZ16.9110.932.73-
YUV86.6698.29182.45-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 63.92%
GREEN value IS 58 (23.05% from 255) = 22.75%
BLUE value IS 34 (13.67% from 255) = 13.33%
R=63.92%
G=22.75%
B=13.33%

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
Decimal163583400.640.790.3611.1665.4838.63
HexA33A220404F24b4127
Octal24372420100117441310147
Binary1010001111101010001001000000100111110010010111000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33A22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33A22; }

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

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

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

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

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

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

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

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