#A13D2F

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

Shades of Rock Spray #A13D2F

Tints of Rock Spray #A13D2F

Color information

#A13D2F (or 0xA13D2F) is unknown color: approx Rock Spray. HEX triplet: A1, 3D and 2F. RGB value is (161,61,47). Sum of RGB (Red+Green+Blue) = 161+61+47=269 (35% of max value = 765). Red value is 161 (63.28% from 255 or 59.85% from 269); Green value is 61 (24.22% from 255 or 22.68% from 269); Blue value is 47 (18.75% from 255 or 17.47% from 269); Max value from RGB is 161 - color contains mainly: red. Hex color #A13D2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A13D2F is #5EC2D0. Grayscale: #595959. Windows color (decimal): -6210257 or 3095969. OLE color: 3095969.

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

Color convert

RGB1616147-
CMYK00.620.710.37
HSL7.37º54.81%40.78%-
HSV(B)7.37º70.81%63.14%-
XYZ16.8811.123.95-
YUV89.3104.13179.14-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 59.85%
GREEN value IS 61 (24.22% from 255) = 22.68%
BLUE value IS 47 (18.75% from 255) = 17.47%
R=59.85%
G=22.68%
B=17.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.71
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161614700.620.710.377.3754.8140.78
HexA13D2F03E472573729
Octal24175570761074576751
Binary1010000111110110111101111101000111100101111110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13D2F; }

 p { color: rgb(161,61,47); }

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

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

 a { background-color: rgb(161,61,47); }

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

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

 span { border-color: rgb(161,61,47); }

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