#A63F1C

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

Shades of Rock Spray #A63F1C

Tints of Rock Spray #A63F1C

Color information

#A63F1C (or 0xA63F1C) is unknown color: approx Rock Spray. HEX triplet: A6, 3F and 1C. RGB value is (166,63,28). Sum of RGB (Red+Green+Blue) = 166+63+28=257 (34% of max value = 765). Red value is 166 (65.23% from 255 or 64.59% from 257); Green value is 63 (25% from 255 or 24.51% from 257); Blue value is 28 (11.33% from 255 or 10.89% from 257); Max value from RGB is 166 - color contains mainly: red. Hex color #A63F1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63F1C is #59C0E3. Grayscale: #5A5A5A. Windows color (decimal): -5882084 or 1851302. OLE color: 1851302.

HSL color Cylindrical-coordinate representation of color #A63F1C: hue angle of 15.22º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A63F1C is Cyan = 0, Magento = 0.62, Yellow = 0.83 and Black (K on CMYK) = 0.35.

Color convert

RGB1666328-
CMYK00.620.830.35
HSL15.22º71.13%38.04%-
HSV(B)15.22º83.13%65.1%-
XYZ17.7111.752.43-
YUV89.8193.12182.35-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 64.59%
GREEN value IS 63 (25% from 255) = 24.51%
BLUE value IS 28 (11.33% from 255) = 10.89%
R=64.59%
G=24.51%
B=10.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.83
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166632800.620.830.3515.2271.1338.04
HexA63F1C03E5323f4726
Octal2467734076123431710746
Binary10100110111111111000111110101001110001111111000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63F1C; }

 p { color: rgb(166,63,28); }

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

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

 a { background-color: rgb(166,63,28); }

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

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

 span { border-color: rgb(166,63,28); }

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