#41000E

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

Shades of Rustic Red #41000E

Tints of Rustic Red #41000E

Color information

#41000E (or 0x41000E) is unknown color: approx Rustic Red. HEX triplet: 41, 00 and 0E. RGB value is (65,0,14). Sum of RGB (Red+Green+Blue) = 65+0+14=79 (10% of max value = 765). Red value is 65 (25.78% from 255 or 82.28% from 79); Green value is 0 (0.39% from 255 or 0% from 79); Blue value is 14 (5.86% from 255 or 17.72% from 79); Max value from RGB is 65 - color contains mainly: red. Hex color #41000E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #41000E is #BEFFF1. Grayscale: #151515. Windows color (decimal): -12517362 or 917569. OLE color: 917569.

HSL color Cylindrical-coordinate representation of color #41000E: hue angle of 347.08º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #41000E is Cyan = 0, Magento = 1, Yellow = 0.78 and Black (K on CMYK) = 0.75.

Color convert

RGB65014-
CMYK010.780.75
HSL347.08º100%12.75%-
HSV(B)347.08º100%25.49%-
XYZ2.261.160.52-
YUV21.03124.03159.36-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 82.28%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 14 (5.86% from 255) = 17.72%
R=82.28%
G=0%
B=17.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.78
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65014010.780.75347.0810012.75
Hex410E0644E4B15b64d
Octal101016014411611353314415
Binary100000101110011001001001110100101110101101111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41000E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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