#A13923

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

Shades of Rock Spray #A13923

Tints of Rock Spray #A13923

Color information

#A13923 (or 0xA13923) is unknown color: approx Rock Spray. HEX triplet: A1, 39 and 23. RGB value is (161,57,35). Sum of RGB (Red+Green+Blue) = 161+57+35=253 (33% of max value = 765). Red value is 161 (63.28% from 255 or 63.64% from 253); Green value is 57 (22.66% from 255 or 22.53% from 253); Blue value is 35 (14.06% from 255 or 13.83% from 253); Max value from RGB is 161 - color contains mainly: red. Hex color #A13923 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A13923 is #5EC6DC. Grayscale: #555555. Windows color (decimal): -6211293 or 2308513. OLE color: 2308513.

HSL color Cylindrical-coordinate representation of color #A13923: hue angle of 10.48º 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 #A13923 is Cyan = 0, Magento = 0.65, Yellow = 0.78 and Black (K on CMYK) = 0.37.

Color convert

RGB1615735-
CMYK00.650.780.37
HSL10.48º64.29%38.43%-
HSV(B)10.48º78.26%63.14%-
XYZ16.4610.622.77-
YUV85.5999.46181.79-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 63.64%
GREEN value IS 57 (22.66% from 255) = 22.53%
BLUE value IS 35 (14.06% from 255) = 13.83%
R=63.64%
G=22.53%
B=13.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.78
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161573500.650.780.3710.4864.2938.43
HexA139230414E25a4026
Octal24171430101116451210046
Binary1010000111100110001101000001100111010010110101000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13923; }

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

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

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

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

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

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

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

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