#A2361A

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

Shades of Rock Spray #A2361A

Tints of Rock Spray #A2361A

Color information

#A2361A (or 0xA2361A) is unknown color: approx Rock Spray. HEX triplet: A2, 36 and 1A. RGB value is (162,54,26). Sum of RGB (Red+Green+Blue) = 162+54+26=242 (32% of max value = 765). Red value is 162 (63.67% from 255 or 66.94% from 242); Green value is 54 (21.48% from 255 or 22.31% from 242); Blue value is 26 (10.55% from 255 or 10.74% from 242); Max value from RGB is 162 - color contains mainly: red. Hex color #A2361A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2361A is #5DC9E5. Grayscale: #535353. Windows color (decimal): -6146534 or 1717922. OLE color: 1717922.

HSL color Cylindrical-coordinate representation of color #A2361A: hue angle of 12.35º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A2361A is Cyan = 0, Magento = 0.67, Yellow = 0.84 and Black (K on CMYK) = 0.36.

Color convert

RGB1625426-
CMYK00.670.840.36
HSL12.35º72.34%36.86%-
HSV(B)12.35º83.95%63.53%-
XYZ16.4110.392.12-
YUV83.195.78184.28-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 66.94%
GREEN value IS 54 (21.48% from 255) = 22.31%
BLUE value IS 26 (10.55% from 255) = 10.74%
R=66.94%
G=22.31%
B=10.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.84
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162542600.670.840.3612.3572.3436.86
HexA2361A0435424c4825
Octal24266320103124441411045
Binary101000101101101101001000011101010010010011001001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2361A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2361A; }

 p { color: rgb(162,54,26); }

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

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

 a { background-color: rgb(162,54,26); }

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

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

 span { border-color: rgb(162,54,26); }

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