#A24B31

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

Shades of Rock Spray #A24B31

Tints of Rock Spray #A24B31

Color information

#A24B31 (or 0xA24B31) is unknown color: approx Rock Spray. HEX triplet: A2, 4B and 31. RGB value is (162,75,49). Sum of RGB (Red+Green+Blue) = 162+75+49=286 (37% of max value = 765). Red value is 162 (63.67% from 255 or 56.64% from 286); Green value is 75 (29.69% from 255 or 26.22% from 286); Blue value is 49 (19.53% from 255 or 17.13% from 286); Max value from RGB is 162 - color contains mainly: red. Hex color #A24B31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24B31 is #5DB4CE. Grayscale: #626262. Windows color (decimal): -6141135 or 3230626. OLE color: 3230626.

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

Color convert

RGB1627549-
CMYK00.540.700.36
HSL13.81º53.55%41.37%-
HSV(B)13.81º69.75%63.53%-
XYZ17.9712.944.46-
YUV98.05100.32173.61-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 56.64%
GREEN value IS 75 (29.69% from 255) = 26.22%
BLUE value IS 49 (19.53% from 255) = 17.13%
R=56.64%
G=26.22%
B=17.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.70
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162754900.540.700.3613.8153.5541.37
HexA24B310364624e3629
Octal2421136106610644166651
Binary101000101001011110001011011010001101001001110110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A24B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A24B31; }

 p { color: rgb(162,75,49); }

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

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

 a { background-color: rgb(162,75,49); }

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

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

 span { border-color: rgb(162,75,49); }

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