#A63E1E

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

Shades of Rock Spray #A63E1E

Tints of Rock Spray #A63E1E

Color information

#A63E1E (or 0xA63E1E) is unknown color: approx Rock Spray. HEX triplet: A6, 3E and 1E. RGB value is (166,62,30). Sum of RGB (Red+Green+Blue) = 166+62+30=258 (34% of max value = 765). Red value is 166 (65.23% from 255 or 64.34% from 258); Green value is 62 (24.61% from 255 or 24.03% from 258); Blue value is 30 (12.11% from 255 or 11.63% from 258); Max value from RGB is 166 - color contains mainly: red. Hex color #A63E1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63E1E is #59C1E1. Grayscale: #595959. Windows color (decimal): -5882338 or 1982118. OLE color: 1982118.

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

Color convert

RGB1666230-
CMYK00.630.820.35
HSL14.12º69.39%38.43%-
HSV(B)14.12º81.93%65.1%-
XYZ17.6811.652.54-
YUV89.4594.46182.6-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 64.34%
GREEN value IS 62 (24.61% from 255) = 24.03%
BLUE value IS 30 (12.11% from 255) = 11.63%
R=64.34%
G=24.03%
B=11.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.82
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166623000.630.820.3514.1269.3938.43
HexA63E1E03F5223e4526
Octal2467636077122431610546
Binary10100110111110111100111111101001010001111101000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63E1E; }

 p { color: rgb(166,62,30); }

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

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

 a { background-color: rgb(166,62,30); }

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

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

 span { border-color: rgb(166,62,30); }

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