#A2361B

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

Shades of Rock Spray #A2361B

Tints of Rock Spray #A2361B

Color information

#A2361B (or 0xA2361B) is unknown color: approx Rock Spray. HEX triplet: A2, 36 and 1B. RGB value is (162,54,27). Sum of RGB (Red+Green+Blue) = 162+54+27=243 (32% of max value = 765). Red value is 162 (63.67% from 255 or 66.67% from 243); Green value is 54 (21.48% from 255 or 22.22% from 243); Blue value is 27 (10.94% from 255 or 11.11% from 243); Max value from RGB is 162 - color contains mainly: red. Hex color #A2361B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2361B is #5DC9E4. Grayscale: #535353. Windows color (decimal): -6146533 or 1783458. OLE color: 1783458.

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

Color convert

RGB1625427-
CMYK00.670.830.36
HSL12º71.43%37.06%-
HSV(B)12º83.33%63.53%-
XYZ16.4210.42.18-
YUV83.2196.28184.2-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 66.67%
GREEN value IS 54 (21.48% from 255) = 22.22%
BLUE value IS 27 (10.94% from 255) = 11.11%
R=66.67%
G=22.22%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.83
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162542700.670.830.361271.4337.06
HexA2361B0435324c4725
Octal24266330103123441410745
Binary101000101101101101101000011101001110010011001000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2361B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2361B; }

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

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

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

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

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

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

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

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