Html Css Color HEX #40080E Rustic Red

📋 copy color: '#40080E'

red 64 ◦ green 8 ◦ blue 14

#40080E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rustic Red #40080E

Tints of Rustic Red #40080E

RGB

 RED value IS 64 (25.39% from 255) = 74.42%

 GREEN value IS 8 (3.52% from 255) = 9.3%

 BLUE value IS 14 (5.86% from 255) = 16.28%

R = 74.42%
G = 9.3%
B = 16.28%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.78

 K value IS 0.75

RGB Variations

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

Color information

#40080E (or 0x40080E) is known color: Rustic Red. HEX triplet: 40, 08 and 0E. RGB value is (64,8,14). Sum of RGB (Red+Green+Blue) = 64+8+14=86 (11% of max value = 765). Red value is 64 (25.39% from 255 or 74.42% from 86); Green value is 8 (3.52% from 255 or 9.30% from 86); Blue value is 14 (5.86% from 255 or 16.28% from 86); Max value from RGB is 64 - color contains mainly: red. Hex color #40080E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #40080E is #BFF7F1. Grayscale: #191919. Windows color (decimal): -12580850 or 919616. OLE color: 919616.

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

Color convert

RGB 64 8 14 -
CMYK 0 0.87 0.78 0.75
HSL 353.57º 0.78% 0.14% -
HSV(B) 353.57º 0.88% 0.25% -
XYZ 2.28 1.3 0.55 -
YUV 25.43 121.55 155.51 -
System Red Green Blue C M Y K H S L
Decimal 64 8 14 0 0.87 0.78 0.75 353.57 0.78 0.14
Hex 40 8 E 0 57 4E 4B 162 4E E
Octal 100 10 16 0 127 116 113 542 116 16
Binary 1000000 1000 1110 0 1010111 1001110 1001011 101100010 1001110 1110

Color Harmonies of #40080E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40080E

Black with #40080E

Text Example


Text Example

White with #40080E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #40080E;
 }
 .AnyTagClassName
 {
   color: #40080E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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