#A2442B

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

Shades of Rock Spray #A2442B

Tints of Rock Spray #A2442B

Color information

#A2442B (or 0xA2442B) is unknown color: approx Rock Spray. HEX triplet: A2, 44 and 2B. RGB value is (162,68,43). Sum of RGB (Red+Green+Blue) = 162+68+43=273 (36% of max value = 765). Red value is 162 (63.67% from 255 or 59.34% from 273); Green value is 68 (26.95% from 255 or 24.91% from 273); Blue value is 43 (17.19% from 255 or 15.75% from 273); Max value from RGB is 162 - color contains mainly: red. Hex color #A2442B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2442B is #5DBBD4. Grayscale: #5D5D5D. Windows color (decimal): -6142933 or 2835618. OLE color: 2835618.

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

Color convert

RGB1626843-
CMYK00.580.730.36
HSL12.61º58.05%40.2%-
HSV(B)12.61º73.46%63.53%-
XYZ17.411.993.68-
YUV93.2699.64177.03-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 59.34%
GREEN value IS 68 (26.95% from 255) = 24.91%
BLUE value IS 43 (17.19% from 255) = 15.75%
R=59.34%
G=24.91%
B=15.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.73
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162684300.580.730.3612.6158.0540.2
HexA2442B03A4924d3a28
Octal2421045307211144157250
Binary101000101000100101011011101010010011001001101111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2442B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2442B; }

 p { color: rgb(162,68,43); }

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

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

 a { background-color: rgb(162,68,43); }

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

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

 span { border-color: rgb(162,68,43); }

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