#A2401E

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

Shades of Rock Spray #A2401E

Tints of Rock Spray #A2401E

Color information

#A2401E (or 0xA2401E) is unknown color: approx Rock Spray. HEX triplet: A2, 40 and 1E. RGB value is (162,64,30). Sum of RGB (Red+Green+Blue) = 162+64+30=256 (33% of max value = 765). Red value is 162 (63.67% from 255 or 63.28% from 256); Green value is 64 (25.39% from 255 or 25% from 256); Blue value is 30 (12.11% from 255 or 11.72% from 256); Max value from RGB is 162 - color contains mainly: red. Hex color #A2401E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2401E is #5DBFE1. Grayscale: #595959. Windows color (decimal): -6143970 or 1982626. OLE color: 1982626.

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

Color convert

RGB1626430-
CMYK00.600.810.36
HSL15.45º68.75%37.65%-
HSV(B)15.45º81.48%63.53%-
XYZ16.9711.442.54-
YUV89.4394.47179.76-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 63.28%
GREEN value IS 64 (25.39% from 255) = 25%
BLUE value IS 30 (12.11% from 255) = 11.72%
R=63.28%
G=25%
B=11.72%

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
Decimal162643000.600.810.3615.4568.7537.65
HexA2401E03C5124f4526
Octal24210036074121441710546
Binary101000101000000111100111100101000110010011111000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2401E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2401E; }

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

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

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

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

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

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

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

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