#A23A21

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

Shades of Rock Spray #A23A21

Tints of Rock Spray #A23A21

Color information

#A23A21 (or 0xA23A21) is unknown color: approx Rock Spray. HEX triplet: A2, 3A and 21. RGB value is (162,58,33). Sum of RGB (Red+Green+Blue) = 162+58+33=253 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.03% from 253); Green value is 58 (23.05% from 255 or 22.92% from 253); Blue value is 33 (13.28% from 255 or 13.04% from 253); Max value from RGB is 162 - color contains mainly: red. Hex color #A23A21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23A21 is #5DC5DE. Grayscale: #565656. Windows color (decimal): -6145503 or 2177698. OLE color: 2177698.

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

Color convert

RGB1625833-
CMYK00.640.800.36
HSL11.63º66.15%38.24%-
HSV(B)11.63º79.63%63.53%-
XYZ16.6910.822.65-
YUV86.2597.96182.03-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 64.03%
GREEN value IS 58 (23.05% from 255) = 22.92%
BLUE value IS 33 (13.28% from 255) = 13.04%
R=64.03%
G=22.92%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.80
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162583300.640.800.3611.6366.1538.24
HexA23A210405024c4226
Octal24272410100120441410246
Binary1010001011101010000101000000101000010010011001000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23A21; }

 p { color: rgb(162,58,33); }

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

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

 a { background-color: rgb(162,58,33); }

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

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

 span { border-color: rgb(162,58,33); }

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