#A13821

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

Shades of Rock Spray #A13821

Tints of Rock Spray #A13821

Color information

#A13821 (or 0xA13821) is unknown color: approx Rock Spray. HEX triplet: A1, 38 and 21. RGB value is (161,56,33). Sum of RGB (Red+Green+Blue) = 161+56+33=250 (33% of max value = 765). Red value is 161 (63.28% from 255 or 64.4% from 250); Green value is 56 (22.27% from 255 or 22.4% from 250); Blue value is 33 (13.28% from 255 or 13.2% from 250); Max value from RGB is 161 - color contains mainly: red. Hex color #A13821 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A13821 is #5EC7DE. Grayscale: #545454. Windows color (decimal): -6211551 or 2177185. OLE color: 2177185.

HSL color Cylindrical-coordinate representation of color #A13821: hue angle of 10.78º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A13821 is Cyan = 0, Magento = 0.65, Yellow = 0.80 and Black (K on CMYK) = 0.37.

Color convert

RGB1615633-
CMYK00.650.800.37
HSL10.78º65.98%38.04%-
HSV(B)10.78º79.5%63.14%-
XYZ16.3910.522.6-
YUV84.7798.79182.37-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 64.4%
GREEN value IS 56 (22.27% from 255) = 22.4%
BLUE value IS 33 (13.28% from 255) = 13.2%
R=64.4%
G=22.4%
B=13.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.80
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161563300.650.800.3710.7865.9838.04
HexA138210415025b4226
Octal24170410101120451310246
Binary1010000111100010000101000001101000010010110111000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13821; }

 p { color: rgb(161,56,33); }

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

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

 a { background-color: rgb(161,56,33); }

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

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

 span { border-color: rgb(161,56,33); }

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