#A13F29

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

Shades of Rock Spray #A13F29

Tints of Rock Spray #A13F29

Color information

#A13F29 (or 0xA13F29) is unknown color: approx Rock Spray. HEX triplet: A1, 3F and 29. RGB value is (161,63,41). Sum of RGB (Red+Green+Blue) = 161+63+41=265 (35% of max value = 765). Red value is 161 (63.28% from 255 or 60.75% from 265); Green value is 63 (25% from 255 or 23.77% from 265); Blue value is 41 (16.41% from 255 or 15.47% from 265); Max value from RGB is 161 - color contains mainly: red. Hex color #A13F29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A13F29 is #5EC0D6. Grayscale: #595959. Windows color (decimal): -6209751 or 2703265. OLE color: 2703265.

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

Color convert

RGB1616341-
CMYK00.610.750.37
HSL11º59.41%39.61%-
HSV(B)11º74.53%63.14%-
XYZ16.8811.293.39-
YUV89.79100.47178.79-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 60.75%
GREEN value IS 63 (25% from 255) = 23.77%
BLUE value IS 41 (16.41% from 255) = 15.47%
R=60.75%
G=23.77%
B=15.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.75
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161634100.610.750.371159.4139.61
HexA13F2903D4B25b3b28
Octal241775107511345137350
Binary10100001111111101001011110110010111001011011111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13F29; }

 p { color: rgb(161,63,41); }

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

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

 a { background-color: rgb(161,63,41); }

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

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

 span { border-color: rgb(161,63,41); }

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