#A2411E

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

Shades of Rock Spray #A2411E

Tints of Rock Spray #A2411E

Color information

#A2411E (or 0xA2411E) is unknown color: approx Rock Spray. HEX triplet: A2, 41 and 1E. RGB value is (162,65,30). Sum of RGB (Red+Green+Blue) = 162+65+30=257 (34% of max value = 765). Red value is 162 (63.67% from 255 or 63.04% from 257); Green value is 65 (25.78% from 255 or 25.29% from 257); Blue value is 30 (12.11% from 255 or 11.67% from 257); Max value from RGB is 162 - color contains mainly: red. Hex color #A2411E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2411E is #5DBEE1. Grayscale: #5A5A5A. Windows color (decimal): -6143714 or 1982882. OLE color: 1982882.

HSL color Cylindrical-coordinate representation of color #A2411E: hue angle of 15.91º degrees, saturation: 0.69, 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 #A2411E is Cyan = 0, Magento = 0.60, Yellow = 0.81 and Black (K on CMYK) = 0.36.

Color convert

RGB1626530-
CMYK00.600.810.36
HSL15.91º68.75%37.65%-
HSV(B)15.91º81.48%63.53%-
XYZ17.0211.562.56-
YUV90.0194.14179.35-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 63.04%
GREEN value IS 65 (25.78% from 255) = 25.29%
BLUE value IS 30 (12.11% from 255) = 11.67%
R=63.04%
G=25.29%
B=11.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.81
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162653000.600.810.3615.9168.7537.65
HexA2411E03C5124104526
Octal24210136074121442010546
Binary1010001010000011111001111001010001100100100001000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2411E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2411E; }

 p { color: rgb(162,65,30); }

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

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

 a { background-color: rgb(162,65,30); }

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

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

 span { border-color: rgb(162,65,30); }

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