#A13F23

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

Shades of Rock Spray #A13F23

Tints of Rock Spray #A13F23

Color information

#A13F23 (or 0xA13F23) is unknown color: approx Rock Spray. HEX triplet: A1, 3F and 23. RGB value is (161,63,35). Sum of RGB (Red+Green+Blue) = 161+63+35=259 (34% of max value = 765). Red value is 161 (63.28% from 255 or 62.16% from 259); Green value is 63 (25% from 255 or 24.32% from 259); Blue value is 35 (14.06% from 255 or 13.51% from 259); Max value from RGB is 161 - color contains mainly: red. Hex color #A13F23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A13F23 is #5EC0DC. Grayscale: #595959. Windows color (decimal): -6209757 or 2310049. OLE color: 2310049.

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

Color convert

RGB1616335-
CMYK00.610.780.37
HSL13.33º64.29%38.43%-
HSV(B)13.33º78.26%63.14%-
XYZ16.7811.252.88-
YUV89.1197.47179.28-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 62.16%
GREEN value IS 63 (25% from 255) = 24.32%
BLUE value IS 35 (14.06% from 255) = 13.51%
R=62.16%
G=24.32%
B=13.51%

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
Decimal161633500.610.780.3713.3364.2938.43
HexA13F2303D4E25d4026
Octal2417743075116451510046
Binary101000011111111000110111101100111010010111011000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13F23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13F23; }

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

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

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

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

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

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

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

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