#A1401B

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

Shades of Rock Spray #A1401B

Tints of Rock Spray #A1401B

Color information

#A1401B (or 0xA1401B) is unknown color: approx Rock Spray. HEX triplet: A1, 40 and 1B. RGB value is (161,64,27). Sum of RGB (Red+Green+Blue) = 161+64+27=252 (33% of max value = 765). Red value is 161 (63.28% from 255 or 63.89% from 252); Green value is 64 (25.39% from 255 or 25.40% from 252); Blue value is 27 (10.94% from 255 or 10.71% from 252); Max value from RGB is 161 - color contains mainly: red. Hex color #A1401B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1401B is #5EBFE4. Grayscale: #595959. Windows color (decimal): -6209509 or 1786017. OLE color: 1786017.

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

Color convert

RGB1616427-
CMYK00.600.830.37
HSL16.57º71.28%36.86%-
HSV(B)16.57º83.23%63.14%-
XYZ16.7311.322.34-
YUV88.7893.14179.51-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 63.89%
GREEN value IS 64 (25.39% from 255) = 25.40%
BLUE value IS 27 (10.94% from 255) = 10.71%
R=63.89%
G=25.40%
B=10.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.83
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161642700.600.830.3716.5771.2836.86
HexA1401B03C5325114725
Octal24110033074123452110745
Binary1010000110000001101101111001010011100101100011000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1401B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1401B; }

 p { color: rgb(161,64,27); }

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

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

 a { background-color: rgb(161,64,27); }

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

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

 span { border-color: rgb(161,64,27); }

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