#A63C23

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

Shades of Rock Spray #A63C23

Tints of Rock Spray #A63C23

Color information

#A63C23 (or 0xA63C23) is unknown color: approx Rock Spray. HEX triplet: A6, 3C and 23. RGB value is (166,60,35). Sum of RGB (Red+Green+Blue) = 166+60+35=261 (34% of max value = 765). Red value is 166 (65.23% from 255 or 63.60% from 261); Green value is 60 (23.83% from 255 or 22.99% from 261); Blue value is 35 (14.06% from 255 or 13.41% from 261); Max value from RGB is 166 - color contains mainly: red. Hex color #A63C23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63C23 is #59C3DC. Grayscale: #595959. Windows color (decimal): -5882845 or 2309286. OLE color: 2309286.

HSL color Cylindrical-coordinate representation of color #A63C23: hue angle of 11.45º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A63C23 is Cyan = 0, Magento = 0.64, Yellow = 0.79 and Black (K on CMYK) = 0.35.

Color convert

RGB1666035-
CMYK00.640.790.35
HSL11.45º65.17%39.41%-
HSV(B)11.45º78.92%65.1%-
XYZ17.6511.462.87-
YUV88.8497.62183.03-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 63.60%
GREEN value IS 60 (23.83% from 255) = 22.99%
BLUE value IS 35 (14.06% from 255) = 13.41%
R=63.60%
G=22.99%
B=13.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.79
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166603500.640.790.3511.4565.1739.41
HexA63C230404F23b4127
Octal24674430100117431310147
Binary1010011011110010001101000000100111110001110111000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63C23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63C23; }

 p { color: rgb(166,60,35); }

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

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

 a { background-color: rgb(166,60,35); }

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

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

 span { border-color: rgb(166,60,35); }

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