#A33C2C

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

Shades of Rock Spray #A33C2C

Tints of Rock Spray #A33C2C

Color information

#A33C2C (or 0xA33C2C) is unknown color: approx Rock Spray. HEX triplet: A3, 3C and 2C. RGB value is (163,60,44). Sum of RGB (Red+Green+Blue) = 163+60+44=267 (35% of max value = 765). Red value is 163 (64.06% from 255 or 61.05% from 267); Green value is 60 (23.83% from 255 or 22.47% from 267); Blue value is 44 (17.58% from 255 or 16.48% from 267); Max value from RGB is 163 - color contains mainly: red. Hex color #A33C2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33C2C is #5CC3D3. Grayscale: #595959. Windows color (decimal): -6079444 or 2899107. OLE color: 2899107.

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

Color convert

RGB1636044-
CMYK00.630.730.36
HSL8.07º57.49%40.59%-
HSV(B)8.07º73.01%63.92%-
XYZ17.1711.23.64-
YUV88.97102.62180.8-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 61.05%
GREEN value IS 60 (23.83% from 255) = 22.47%
BLUE value IS 44 (17.58% from 255) = 16.48%
R=61.05%
G=22.47%
B=16.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.73
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163604400.630.730.368.0757.4940.59
HexA33C2C03F492483929
Octal243745407711144107151
Binary10100011111100101100011111110010011001001000111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33C2C; }

 p { color: rgb(163,60,44); }

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

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

 a { background-color: rgb(163,60,44); }

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

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

 span { border-color: rgb(163,60,44); }

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