#A2421F

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

Shades of Rock Spray #A2421F

Tints of Rock Spray #A2421F

Color information

#A2421F (or 0xA2421F) is unknown color: approx Rock Spray. HEX triplet: A2, 42 and 1F. RGB value is (162,66,31). Sum of RGB (Red+Green+Blue) = 162+66+31=259 (34% of max value = 765). Red value is 162 (63.67% from 255 or 62.55% from 259); Green value is 66 (26.17% from 255 or 25.48% from 259); Blue value is 31 (12.5% from 255 or 11.97% from 259); Max value from RGB is 162 - color contains mainly: red. Hex color #A2421F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2421F is #5DBDE0. Grayscale: #5A5A5A. Windows color (decimal): -6143457 or 2048674. OLE color: 2048674.

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

Color convert

RGB1626631-
CMYK00.590.810.36
HSL16.03º67.88%37.84%-
HSV(B)16.03º80.86%63.53%-
XYZ17.111.682.65-
YUV90.7194.3178.85-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 62.55%
GREEN value IS 66 (26.17% from 255) = 25.48%
BLUE value IS 31 (12.5% from 255) = 11.97%
R=62.55%
G=25.48%
B=11.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.81
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162663100.590.810.3616.0367.8837.84
HexA2421F03B5124104426
Octal24210237073121442010446
Binary1010001010000101111101110111010001100100100001000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2421F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2421F; }

 p { color: rgb(162,66,31); }

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

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

 a { background-color: rgb(162,66,31); }

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

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

 span { border-color: rgb(162,66,31); }

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