#A23C18

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

Shades of Rock Spray #A23C18

Tints of Rock Spray #A23C18

Color information

#A23C18 (or 0xA23C18) is unknown color: approx Rock Spray. HEX triplet: A2, 3C and 18. RGB value is (162,60,24). Sum of RGB (Red+Green+Blue) = 162+60+24=246 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.85% from 246); Green value is 60 (23.83% from 255 or 24.39% from 246); Blue value is 24 (9.77% from 255 or 9.76% from 246); Max value from RGB is 162 - color contains mainly: red. Hex color #A23C18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23C18 is #5DC3E7. Grayscale: #565656. Windows color (decimal): -6145000 or 1588386. OLE color: 1588386.

HSL color Cylindrical-coordinate representation of color #A23C18: hue angle of 15.65º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A23C18 is Cyan = 0, Magento = 0.63, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB1626024-
CMYK00.630.850.36
HSL15.65º74.19%36.47%-
HSV(B)15.65º85.19%63.53%-
XYZ16.6810.982.1-
YUV86.3992.79181.93-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 65.85%
GREEN value IS 60 (23.83% from 255) = 24.39%
BLUE value IS 24 (9.77% from 255) = 9.76%
R=65.85%
G=24.39%
B=9.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.85
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162602400.630.850.3615.6574.1936.47
HexA23C1803F5524104a24
Octal2427430077125442011244
Binary101000101111001100001111111010101100100100001001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23C18; }

 p { color: rgb(162,60,24); }

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

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

 a { background-color: rgb(162,60,24); }

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

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

 span { border-color: rgb(162,60,24); }

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