#461213

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

Shades of Rustic Red #461213

Tints of Rustic Red #461213

Color information

#461213 (or 0x461213) is unknown color: approx Rustic Red. HEX triplet: 46, 12 and 13. RGB value is (70,18,19). Sum of RGB (Red+Green+Blue) = 70+18+19=107 (14% of max value = 765). Red value is 70 (27.73% from 255 or 65.42% from 107); Green value is 18 (7.42% from 255 or 16.82% from 107); Blue value is 19 (7.81% from 255 or 17.76% from 107); Max value from RGB is 70 - color contains mainly: red. Hex color #461213 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461213 is #B9EDEC. Grayscale: #212121. Windows color (decimal): -12185069 or 1249862. OLE color: 1249862.

HSL color Cylindrical-coordinate representation of color #461213: hue angle of 358.85º 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 #461213 is Cyan = 0, Magento = 0.74, Yellow = 0.73 and Black (K on CMYK) = 0.73.

Color convert

RGB701819-
CMYK00.740.730.73
HSL358.85º59.09%17.25%-
HSV(B)358.85º74.29%27.45%-
XYZ2.861.780.81-
YUV33.66119.73153.92-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 65.42%
GREEN value IS 18 (7.42% from 255) = 16.82%
BLUE value IS 19 (7.81% from 255) = 17.76%
R=65.42%
G=16.82%
B=17.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.73
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70181900.740.730.73358.8559.0917.25
Hex46121304A49491673b11
Octal106222301121111115477321
Binary10001101001010011010010101001001100100110110011111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461213; }

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

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

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

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

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

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

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

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