#40000E

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

Shades of Rustic Red #40000E

Tints of Rustic Red #40000E

Color information

#40000E (or 0x40000E) is unknown color: approx Rustic Red. HEX triplet: 40, 00 and 0E. RGB value is (64,0,14). Sum of RGB (Red+Green+Blue) = 64+0+14=78 (10% of max value = 765). Red value is 64 (25.39% from 255 or 82.05% from 78); Green value is 0 (0.39% from 255 or 0% from 78); Blue value is 14 (5.86% from 255 or 17.95% from 78); Max value from RGB is 64 - color contains mainly: red. Hex color #40000E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #40000E is #BFFFF1. Grayscale: #141414. Windows color (decimal): -12582898 or 917568. OLE color: 917568.

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

Color convert

RGB64014-
CMYK010.780.75
HSL346.88º100%12.55%-
HSV(B)346.88º100%25.1%-
XYZ2.191.120.52-
YUV20.73124.2158.86-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 82.05%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 14 (5.86% from 255) = 17.95%
R=82.05%
G=0%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.78
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64014010.780.75346.8810012.55
Hex400E0644E4B15b64d
Octal100016014411611353314415
Binary100000001110011001001001110100101110101101111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40000E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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