#A2392A

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

Shades of Rock Spray #A2392A

Tints of Rock Spray #A2392A

Color information

#A2392A (or 0xA2392A) is unknown color: approx Rock Spray. HEX triplet: A2, 39 and 2A. RGB value is (162,57,42). Sum of RGB (Red+Green+Blue) = 162+57+42=261 (34% of max value = 765). Red value is 162 (63.67% from 255 or 62.07% from 261); Green value is 57 (22.66% from 255 or 21.84% from 261); Blue value is 42 (16.80% from 255 or 16.09% from 261); Max value from RGB is 162 - color contains mainly: red. Hex color #A2392A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2392A is #5DC6D5. Grayscale: #565656. Windows color (decimal): -6145750 or 2767266. OLE color: 2767266.

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

Color convert

RGB1625742-
CMYK00.650.740.36
HSL7.5º58.82%40%-
HSV(B)7.5º74.07%63.53%-
XYZ16.7810.773.39-
YUV86.68102.79181.72-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 62.07%
GREEN value IS 57 (22.66% from 255) = 21.84%
BLUE value IS 42 (16.80% from 255) = 16.09%
R=62.07%
G=21.84%
B=16.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.74
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162574200.650.740.367.558.8240
HexA2392A0414A2483b28
Octal2427152010111244107350
Binary101000101110011010100100000110010101001001000111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2392A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2392A; }

 p { color: rgb(162,57,42); }

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

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

 a { background-color: rgb(162,57,42); }

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

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

 span { border-color: rgb(162,57,42); }

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