#A13F1C

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

Shades of Rock Spray #A13F1C

Tints of Rock Spray #A13F1C

Color information

#A13F1C (or 0xA13F1C) is unknown color: approx Rock Spray. HEX triplet: A1, 3F and 1C. RGB value is (161,63,28). Sum of RGB (Red+Green+Blue) = 161+63+28=252 (33% of max value = 765). Red value is 161 (63.28% from 255 or 63.89% from 252); Green value is 63 (25% from 255 or 25% from 252); Blue value is 28 (11.33% from 255 or 11.11% from 252); Max value from RGB is 161 - color contains mainly: red. Hex color #A13F1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A13F1C is #5EC0E3. Grayscale: #585858. Windows color (decimal): -6209764 or 1851297. OLE color: 1851297.

HSL color Cylindrical-coordinate representation of color #A13F1C: hue angle of 15.79º degrees, saturation: 0.7, 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 #A13F1C is Cyan = 0, Magento = 0.61, Yellow = 0.83 and Black (K on CMYK) = 0.37.

Color convert

RGB1616328-
CMYK00.610.830.37
HSL15.79º70.37%37.06%-
HSV(B)15.79º82.61%63.14%-
XYZ16.6911.222.38-
YUV88.3193.97179.85-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 63.89%
GREEN value IS 63 (25% from 255) = 25%
BLUE value IS 28 (11.33% from 255) = 11.11%
R=63.89%
G=25%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.83
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161632800.610.830.3715.7970.3737.06
HexA13F1C03D5325104625
Octal2417734075123452010645
Binary101000011111111110001111011010011100101100001000110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13F1C; }

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

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

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

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

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

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

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

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