#A1361E

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

Shades of Rock Spray #A1361E

Tints of Rock Spray #A1361E

Color information

#A1361E (or 0xA1361E) is unknown color: approx Rock Spray. HEX triplet: A1, 36 and 1E. RGB value is (161,54,30). Sum of RGB (Red+Green+Blue) = 161+54+30=245 (32% of max value = 765). Red value is 161 (63.28% from 255 or 65.71% from 245); Green value is 54 (21.48% from 255 or 22.04% from 245); Blue value is 30 (12.11% from 255 or 12.24% from 245); Max value from RGB is 161 - color contains mainly: red. Hex color #A1361E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1361E is #5EC9E1. Grayscale: #535353. Windows color (decimal): -6212066 or 1980065. OLE color: 1980065.

HSL color Cylindrical-coordinate representation of color #A1361E: hue angle of 10.99º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A1361E is Cyan = 0, Magento = 0.66, Yellow = 0.81 and Black (K on CMYK) = 0.37.

Color convert

RGB1615430-
CMYK00.660.810.37
HSL10.99º68.59%37.45%-
HSV(B)10.99º81.37%63.14%-
XYZ16.2510.312.36-
YUV83.2697.95183.45-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 65.71%
GREEN value IS 54 (21.48% from 255) = 22.04%
BLUE value IS 30 (12.11% from 255) = 12.24%
R=65.71%
G=22.04%
B=12.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.81
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161543000.660.810.3710.9968.5937.45
HexA1361E0425125b4525
Octal24166360102121451310545
Binary101000011101101111001000010101000110010110111000101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1361E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1361E; }

 p { color: rgb(161,54,30); }

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

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

 a { background-color: rgb(161,54,30); }

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

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

 span { border-color: rgb(161,54,30); }

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