#410914

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

Shades of Rustic Red #410914

Tints of Rustic Red #410914

Color information

#410914 (or 0x410914) is unknown color: approx Rustic Red. HEX triplet: 41, 09 and 14. RGB value is (65,9,20). Sum of RGB (Red+Green+Blue) = 65+9+20=94 (12% of max value = 765). Red value is 65 (25.78% from 255 or 69.15% from 94); Green value is 9 (3.91% from 255 or 9.57% from 94); Blue value is 20 (8.20% from 255 or 21.28% from 94); Max value from RGB is 65 - color contains mainly: red. Hex color #410914 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410914 is #BEF6EB. Grayscale: #1B1B1B. Windows color (decimal): -12515052 or 1313089. OLE color: 1313089.

HSL color Cylindrical-coordinate representation of color #410914: hue angle of 348.21º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #410914 is Cyan = 0, Magento = 0.86, Yellow = 0.69 and Black (K on CMYK) = 0.75.

Color convert

RGB65920-
CMYK00.860.690.75
HSL348.21º75.68%14.51%-
HSV(B)348.21º86.15%25.49%-
XYZ2.41.370.8-
YUV27124.05155.11-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 69.15%
GREEN value IS 9 (3.91% from 255) = 9.57%
BLUE value IS 20 (8.20% from 255) = 21.28%
R=69.15%
G=9.57%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.69
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6592000.860.690.75348.2175.6814.51
Hex41914056454B15c4cf
Octal1011124012610511353411417
Binary1000001100110100010101101000101100101110101110010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410914; }

 p { color: rgb(65,9,20); }

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

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

 a { background-color: rgb(65,9,20); }

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

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

 span { border-color: rgb(65,9,20); }

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