#A1472B

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

Shades of Rock Spray #A1472B

Tints of Rock Spray #A1472B

Color information

#A1472B (or 0xA1472B) is unknown color: approx Rock Spray. HEX triplet: A1, 47 and 2B. RGB value is (161,71,43). Sum of RGB (Red+Green+Blue) = 161+71+43=275 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.55% from 275); Green value is 71 (28.12% from 255 or 25.82% from 275); Blue value is 43 (17.19% from 255 or 15.64% from 275); Max value from RGB is 161 - color contains mainly: red. Hex color #A1472B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1472B is #5EB8D4. Grayscale: #5E5E5E. Windows color (decimal): -6207701 or 2836385. OLE color: 2836385.

HSL color Cylindrical-coordinate representation of color #A1472B: hue angle of 14.24º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A1472B is Cyan = 0, Magento = 0.56, Yellow = 0.73 and Black (K on CMYK) = 0.37.

Color convert

RGB1617143-
CMYK00.560.730.37
HSL14.24º57.84%40%-
HSV(B)14.24º73.29%63.14%-
XYZ17.3912.263.74-
YUV94.7298.82175.28-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 58.55%
GREEN value IS 71 (28.12% from 255) = 25.82%
BLUE value IS 43 (17.19% from 255) = 15.64%
R=58.55%
G=25.82%
B=15.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.73
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161714300.560.730.3714.2457.8440
HexA1472B0384925e3a28
Octal2411075307011145167250
Binary101000011000111101011011100010010011001011110111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1472B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1472B; }

 p { color: rgb(161,71,43); }

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

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

 a { background-color: rgb(161,71,43); }

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

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

 span { border-color: rgb(161,71,43); }

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