#461114

Color #461114 Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #461114

Tints of Rustic Red #461114

Color information

#461114 (or 0x461114) is unknown color: approx Rustic Red. HEX triplet: 46, 11 and 14. RGB value is (70,17,20). Sum of RGB (Red+Green+Blue) = 70+17+20=107 (14% of max value = 765). Red value is 70 (27.73% from 255 or 65.42% from 107); Green value is 17 (7.03% from 255 or 15.89% from 107); Blue value is 20 (8.20% from 255 or 18.69% from 107); Max value from RGB is 70 - color contains mainly: red. Hex color #461114 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461114 is #B9EEEB. Grayscale: #212121. Windows color (decimal): -12185324 or 1315142. OLE color: 1315142.

HSL color Cylindrical-coordinate representation of color #461114: hue angle of 356.6º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #461114 is Cyan = 0, Magento = 0.76, Yellow = 0.71 and Black (K on CMYK) = 0.73.

Color convert

RGB701720-
CMYK00.760.710.73
HSL356.6º60.92%17.06%-
HSV(B)356.6º75.71%27.45%-
XYZ2.851.750.85-
YUV33.19120.56154.26-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 65.42%
GREEN value IS 17 (7.03% from 255) = 15.89%
BLUE value IS 20 (8.20% from 255) = 18.69%
R=65.42%
G=15.89%
B=18.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.71
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70172000.760.710.73356.660.9217.06
Hex46111404C47491653d11
Octal106212401141071115457521
Binary10001101000110100010011001000111100100110110010111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461114; }

 p { color: rgb(70,17,20); }

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

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

 a { background-color: rgb(70,17,20); }

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

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

 span { border-color: rgb(70,17,20); }

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