#461619

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

Shades of Rustic Red #461619

Tints of Rustic Red #461619

Color information

#461619 (or 0x461619) is unknown color: approx Rustic Red. HEX triplet: 46, 16 and 19. RGB value is (70,22,25). Sum of RGB (Red+Green+Blue) = 70+22+25=117 (15% of max value = 765). Red value is 70 (27.73% from 255 or 59.83% from 117); Green value is 22 (8.98% from 255 or 18.80% from 117); Blue value is 25 (10.16% from 255 or 21.37% from 117); Max value from RGB is 70 - color contains mainly: red. Hex color #461619 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461619 is #B9E9E6. Grayscale: #242424. Windows color (decimal): -12184039 or 1644102. OLE color: 1644102.

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

Color convert

RGB702225-
CMYK00.690.640.73
HSL356.25º52.17%18.04%-
HSV(B)356.25º68.57%27.45%-
XYZ2.991.951.14-
YUV36.69121.4151.76-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 59.83%
GREEN value IS 22 (8.98% from 255) = 18.80%
BLUE value IS 25 (10.16% from 255) = 21.37%
R=59.83%
G=18.80%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.64
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70222500.690.640.73356.2552.1718.04
Hex46161904540491643412
Octal106263101051001115446422
Binary10001101011011001010001011000000100100110110010011010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461619; }

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

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

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

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

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

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

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

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