Html Css Color HEX #40070E Rustic Red

📋 copy color: '#40070E'

red 64 ◦ green 7 ◦ blue 14

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

Shades of Rustic Red #40070E

Tints of Rustic Red #40070E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 8.24%

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

R = 75.29%
G = 8.24%
B = 16.47%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.78

 K value IS 0.75

RGB Variations

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

Color information

#40070E (or 0x40070E) is known color: Rustic Red. HEX triplet: 40, 07 and 0E. RGB value is (64,7,14). Sum of RGB (Red+Green+Blue) = 64+7+14=85 (11% of max value = 765). Red value is 64 (25.39% from 255 or 75.29% from 85); Green value is 7 (3.12% from 255 or 8.24% from 85); Blue value is 14 (5.86% from 255 or 16.47% from 85); Max value from RGB is 64 - color contains mainly: red. Hex color #40070E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #40070E is #BFF8F1. Grayscale: #181818. Windows color (decimal): -12581106 or 919360. OLE color: 919360.

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

Color convert

RGB 64 7 14 -
CMYK 0 0.89 0.78 0.75
HSL 352.63º 0.8% 0.14% -
HSV(B) 352.63º 0.89% 0.25% -
XYZ 2.27 1.27 0.54 -
YUV 24.84 121.88 155.93 -
System Red Green Blue C M Y K H S L
Decimal 64 7 14 0 0.89 0.78 0.75 352.63 0.8 0.14
Hex 40 7 E 0 59 4E 4B 161 50 E
Octal 100 7 16 0 131 116 113 541 120 16
Binary 1000000 111 1110 0 1011001 1001110 1001011 101100001 1010000 1110

Color Harmonies of #40070E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40070E

Black with #40070E

Text Example


Text Example

White with #40070E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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