#461617

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

Shades of Rustic Red #461617

Tints of Rustic Red #461617

Color information

#461617 (or 0x461617) is unknown color: approx Rustic Red. HEX triplet: 46, 16 and 17. RGB value is (70,22,23). Sum of RGB (Red+Green+Blue) = 70+22+23=115 (15% of max value = 765). Red value is 70 (27.73% from 255 or 60.87% from 115); Green value is 22 (8.98% from 255 or 19.13% from 115); Blue value is 23 (9.38% from 255 or 20% from 115); Max value from RGB is 70 - color contains mainly: red. Hex color #461617 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461617 is #B9E9E8. Grayscale: #242424. Windows color (decimal): -12184041 or 1513030. OLE color: 1513030.

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

Color convert

RGB702223-
CMYK00.690.670.73
HSL358.75º52.17%18.04%-
HSV(B)358.75º68.57%27.45%-
XYZ2.971.941.03-
YUV36.47120.4151.92-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 60.87%
GREEN value IS 22 (8.98% from 255) = 19.13%
BLUE value IS 23 (9.38% from 255) = 20%
R=60.87%
G=19.13%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.67
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70222300.690.670.73358.7552.1718.04
Hex46161704543491673412
Octal106262701051031115476422
Binary10001101011010111010001011000011100100110110011111010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461617; }

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

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

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

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

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

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

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

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