#41090E

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

Shades of Rustic Red #41090E

Tints of Rustic Red #41090E

Color information

#41090E (or 0x41090E) is unknown color: approx Rustic Red. HEX triplet: 41, 09 and 0E. RGB value is (65,9,14). Sum of RGB (Red+Green+Blue) = 65+9+14=88 (11% of max value = 765). Red value is 65 (25.78% from 255 or 73.86% from 88); Green value is 9 (3.91% from 255 or 10.23% from 88); Blue value is 14 (5.86% from 255 or 15.91% from 88); Max value from RGB is 65 - color contains mainly: red. Hex color #41090E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #41090E is #BEF6F1. Grayscale: #1A1A1A. Windows color (decimal): -12515058 or 919873. OLE color: 919873.

HSL color Cylindrical-coordinate representation of color #41090E: hue angle of 354.64º 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 #41090E is Cyan = 0, Magento = 0.86, Yellow = 0.78 and Black (K on CMYK) = 0.75.

Color convert

RGB65914-
CMYK00.860.780.75
HSL354.64º75.68%14.51%-
HSV(B)354.64º86.15%25.49%-
XYZ2.361.350.55-
YUV26.31121.05155.59-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 73.86%
GREEN value IS 9 (3.91% from 255) = 10.23%
BLUE value IS 14 (5.86% from 255) = 15.91%
R=73.86%
G=10.23%
B=15.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.78
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6591400.860.780.75354.6475.6814.51
Hex419E0564E4B1634cf
Octal1011116012611611354311417
Binary100000110011110010101101001110100101110110001110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41090E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41090E; }

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

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

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

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

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

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

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

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