#A1361A

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

Shades of Rock Spray #A1361A

Tints of Rock Spray #A1361A

Color information

#A1361A (or 0xA1361A) is unknown color: approx Rock Spray. HEX triplet: A1, 36 and 1A. RGB value is (161,54,26). Sum of RGB (Red+Green+Blue) = 161+54+26=241 (31% of max value = 765). Red value is 161 (63.28% from 255 or 66.80% from 241); Green value is 54 (21.48% from 255 or 22.41% from 241); Blue value is 26 (10.55% from 255 or 10.79% from 241); Max value from RGB is 161 - color contains mainly: red. Hex color #A1361A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1361A is #5EC9E5. Grayscale: #535353. Windows color (decimal): -6212070 or 1717921. OLE color: 1717921.

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

Color convert

RGB1615426-
CMYK00.660.840.37
HSL12.44º72.19%36.67%-
HSV(B)12.44º83.85%63.14%-
XYZ16.210.292.11-
YUV82.895.95183.78-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 66.80%
GREEN value IS 54 (21.48% from 255) = 22.41%
BLUE value IS 26 (10.55% from 255) = 10.79%
R=66.80%
G=22.41%
B=10.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.84
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161542600.660.840.3712.4472.1936.67
HexA1361A0425425c4825
Octal24166320102124451411045
Binary101000011101101101001000010101010010010111001001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1361A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1361A; }

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

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

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

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

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

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

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

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