#A23C2E

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

Shades of Rock Spray #A23C2E

Tints of Rock Spray #A23C2E

Color information

#A23C2E (or 0xA23C2E) is unknown color: approx Rock Spray. HEX triplet: A2, 3C and 2E. RGB value is (162,60,46). Sum of RGB (Red+Green+Blue) = 162+60+46=268 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.45% from 268); Green value is 60 (23.83% from 255 or 22.39% from 268); Blue value is 46 (18.36% from 255 or 17.16% from 268); Max value from RGB is 162 - color contains mainly: red. Hex color #A23C2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23C2E is #5DC3D1. Grayscale: #595959. Windows color (decimal): -6144978 or 3030178. OLE color: 3030178.

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

Color convert

RGB1626046-
CMYK00.630.720.36
HSL7.24º55.77%40.78%-
HSV(B)7.24º71.6%63.53%-
XYZ17.0111.113.83-
YUV88.9103.79180.14-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 60.45%
GREEN value IS 60 (23.83% from 255) = 22.39%
BLUE value IS 46 (18.36% from 255) = 17.16%
R=60.45%
G=22.39%
B=17.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.72
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162604600.630.720.367.2455.7740.78
HexA23C2E03F482473829
Octal24274560771104477051
Binary1010001011110010111001111111001000100100111111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23C2E; }

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

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

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

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

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

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

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

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