#461718

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

Shades of Rustic Red #461718

Tints of Rustic Red #461718

Color information

#461718 (or 0x461718) is unknown color: approx Rustic Red. HEX triplet: 46, 17 and 18. RGB value is (70,23,24). Sum of RGB (Red+Green+Blue) = 70+23+24=117 (15% of max value = 765). Red value is 70 (27.73% from 255 or 59.83% from 117); Green value is 23 (9.38% from 255 or 19.66% from 117); Blue value is 24 (9.77% from 255 or 20.51% from 117); Max value from RGB is 70 - color contains mainly: red. Hex color #461718 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461718 is #B9E8E7. Grayscale: #252525. Windows color (decimal): -12183784 or 1578822. OLE color: 1578822.

HSL color Cylindrical-coordinate representation of color #461718: hue angle of 358.72º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #461718 is Cyan = 0, Magento = 0.67, Yellow = 0.66 and Black (K on CMYK) = 0.73.

Color convert

RGB702324-
CMYK00.670.660.73
HSL358.72º50.54%18.24%-
HSV(B)358.72º67.14%27.45%-
XYZ31.981.09-
YUV37.17120.57151.42-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 59.83%
GREEN value IS 23 (9.38% from 255) = 19.66%
BLUE value IS 24 (9.77% from 255) = 20.51%
R=59.83%
G=19.66%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.66
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70232400.670.660.73358.7250.5418.24
Hex46171804342491673312
Octal106273001031021115476322
Binary10001101011111000010000111000010100100110110011111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461718; }

 p { color: rgb(70,23,24); }

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

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

 a { background-color: rgb(70,23,24); }

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

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

 span { border-color: rgb(70,23,24); }

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