#A13F24

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

Shades of Rock Spray #A13F24

Tints of Rock Spray #A13F24

Color information

#A13F24 (or 0xA13F24) is unknown color: approx Rock Spray. HEX triplet: A1, 3F and 24. RGB value is (161,63,36). Sum of RGB (Red+Green+Blue) = 161+63+36=260 (34% of max value = 765). Red value is 161 (63.28% from 255 or 61.92% from 260); Green value is 63 (25% from 255 or 24.23% from 260); Blue value is 36 (14.45% from 255 or 13.85% from 260); Max value from RGB is 161 - color contains mainly: red. Hex color #A13F24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A13F24 is #5EC0DB. Grayscale: #595959. Windows color (decimal): -6209756 or 2375585. OLE color: 2375585.

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

Color convert

RGB1616336-
CMYK00.610.780.37
HSL12.96º63.45%38.63%-
HSV(B)12.96º77.64%63.14%-
XYZ16.7911.262.96-
YUV89.2297.97179.2-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 61.92%
GREEN value IS 63 (25% from 255) = 24.23%
BLUE value IS 36 (14.45% from 255) = 13.85%
R=61.92%
G=24.23%
B=13.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.78
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161633600.610.780.3712.9663.4538.63
HexA13F2403D4E25d3f27
Octal241774407511645157747
Binary10100001111111100100011110110011101001011101111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13F24; }

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

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

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

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

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

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

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

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