#461214

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

Shades of Rustic Red #461214

Tints of Rustic Red #461214

Color information

#461214 (or 0x461214) is unknown color: approx Rustic Red. HEX triplet: 46, 12 and 14. RGB value is (70,18,20). Sum of RGB (Red+Green+Blue) = 70+18+20=108 (14% of max value = 765). Red value is 70 (27.73% from 255 or 64.81% from 108); Green value is 18 (7.42% from 255 or 16.67% from 108); Blue value is 20 (8.20% from 255 or 18.52% from 108); Max value from RGB is 70 - color contains mainly: red. Hex color #461214 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461214 is #B9EDEB. Grayscale: #212121. Windows color (decimal): -12185068 or 1315398. OLE color: 1315398.

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

Color convert

RGB701820-
CMYK00.740.710.73
HSL357.69º59.09%17.25%-
HSV(B)357.69º74.29%27.45%-
XYZ2.871.790.86-
YUV33.78120.23153.84-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 64.81%
GREEN value IS 18 (7.42% from 255) = 16.67%
BLUE value IS 20 (8.20% from 255) = 18.52%
R=64.81%
G=16.67%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.71
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70182000.740.710.73357.6959.0917.25
Hex46121404A47491663b11
Octal106222401121071115467321
Binary10001101001010100010010101000111100100110110011011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461214; }

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

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

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

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

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

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

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

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