#461417

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

Shades of Rustic Red #461417

Tints of Rustic Red #461417

Color information

#461417 (or 0x461417) is unknown color: approx Rustic Red. HEX triplet: 46, 14 and 17. RGB value is (70,20,23). Sum of RGB (Red+Green+Blue) = 70+20+23=113 (14% of max value = 765). Red value is 70 (27.73% from 255 or 61.95% from 113); Green value is 20 (8.20% from 255 or 17.70% from 113); Blue value is 23 (9.38% from 255 or 20.35% from 113); Max value from RGB is 70 - color contains mainly: red. Hex color #461417 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461417 is #B9EBE8. Grayscale: #232323. Windows color (decimal): -12184553 or 1512518. OLE color: 1512518.

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

Color convert

RGB702023-
CMYK00.710.670.73
HSL356.4º55.56%17.65%-
HSV(B)356.4º71.43%27.45%-
XYZ2.931.861.02-
YUV35.29121.06152.76-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 61.95%
GREEN value IS 20 (8.20% from 255) = 17.70%
BLUE value IS 23 (9.38% from 255) = 20.35%
R=61.95%
G=17.70%
B=20.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.67
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70202300.710.670.73356.455.5617.65
Hex46141704743491643812
Octal106242701071031115447022
Binary10001101010010111010001111000011100100110110010011100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461417; }

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

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

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

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

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

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

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

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