#A23B18

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

Shades of Rock Spray #A23B18

Tints of Rock Spray #A23B18

Color information

#A23B18 (or 0xA23B18) is unknown color: approx Rock Spray. HEX triplet: A2, 3B and 18. RGB value is (162,59,24). Sum of RGB (Red+Green+Blue) = 162+59+24=245 (32% of max value = 765). Red value is 162 (63.67% from 255 or 66.12% from 245); Green value is 59 (23.44% from 255 or 24.08% from 245); Blue value is 24 (9.77% from 255 or 9.80% from 245); Max value from RGB is 162 - color contains mainly: red. Hex color #A23B18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23B18 is #5DC4E7. Grayscale: #565656. Windows color (decimal): -6145256 or 1588130. OLE color: 1588130.

HSL color Cylindrical-coordinate representation of color #A23B18: hue angle of 15.22º 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 #A23B18 is Cyan = 0, Magento = 0.64, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB1625924-
CMYK00.640.850.36
HSL15.22º74.19%36.47%-
HSV(B)15.22º85.19%63.53%-
XYZ16.6310.882.09-
YUV85.8193.12182.35-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 66.12%
GREEN value IS 59 (23.44% from 255) = 24.08%
BLUE value IS 24 (9.77% from 255) = 9.80%
R=66.12%
G=24.08%
B=9.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.85
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162592400.640.850.3615.2274.1936.47
HexA23B180405524f4a24
Octal24273300100125441711244
Binary101000101110111100001000000101010110010011111001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23B18; }

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

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

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

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

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

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

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

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