Html Css Color HEX #40060E Rustic Red

📋 copy color: '#40060E'

red 64 ◦ green 6 ◦ blue 14

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

Shades of Rustic Red #40060E

Tints of Rustic Red #40060E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 7.14%

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

R = 76.19%
G = 7.14%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.78

 K value IS 0.75

RGB Variations

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

Color information

#40060E (or 0x40060E) is known color: Rustic Red. HEX triplet: 40, 06 and 0E. RGB value is (64,6,14). Sum of RGB (Red+Green+Blue) = 64+6+14=84 (11% of max value = 765). Red value is 64 (25.39% from 255 or 76.19% from 84); Green value is 6 (2.73% from 255 or 7.14% from 84); Blue value is 14 (5.86% from 255 or 16.67% from 84); Max value from RGB is 64 - color contains mainly: red. Hex color #40060E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #40060E is #BFF9F1. Grayscale: #181818. Windows color (decimal): -12581362 or 919104. OLE color: 919104.

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

Color convert

RGB 64 6 14 -
CMYK 0 0.91 0.78 0.75
HSL 351.72º 0.83% 0.14% -
HSV(B) 351.72º 0.91% 0.25% -
XYZ 2.26 1.25 0.54 -
YUV 24.25 122.22 156.35 -
System Red Green Blue C M Y K H S L
Decimal 64 6 14 0 0.91 0.78 0.75 351.72 0.83 0.14
Hex 40 6 E 0 5B 4E 4B 160 53 E
Octal 100 6 16 0 133 116 113 540 123 16
Binary 1000000 110 1110 0 1011011 1001110 1001011 101100000 1010011 1110

Color Harmonies of #40060E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40060E

Black with #40060E

Text Example


Text Example

White with #40060E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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