Html Css Color HEX #40040D Rustic Red

📋 copy color: '#40040D'

red 64 ◦ green 4 ◦ blue 13

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

Shades of Rustic Red #40040D

Tints of Rustic Red #40040D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4.94%

 BLUE value IS 13 (5.47% from 255) = 16.05%

R = 79.01%
G = 4.94%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.80

 K value IS 0.75

RGB Variations

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

Color information

#40040D (or 0x40040D) is known color: Rustic Red. HEX triplet: 40, 04 and 0D. RGB value is (64,4,13). Sum of RGB (Red+Green+Blue) = 64+4+13=81 (10% of max value = 765). Red value is 64 (25.39% from 255 or 79.01% from 81); Green value is 4 (1.95% from 255 or 4.94% from 81); Blue value is 13 (5.47% from 255 or 16.05% from 81); Max value from RGB is 64 - color contains mainly: red. Hex color #40040D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #40040D is #BFFBF2. Grayscale: #161616. Windows color (decimal): -12581875 or 853056. OLE color: 853056.

HSL color Cylindrical-coordinate representation of color #40040D: hue angle of 351º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #40040D is Cyan = 0, Magento = 0.94, Yellow = 0.80 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 4 13 -
CMYK 0 0.94 0.80 0.75
HSL 351º 0.88% 0.13% -
HSV(B) 351º 0.94% 0.25% -
XYZ 2.23 1.21 0.5 -
YUV 22.97 122.38 157.27 -
System Red Green Blue C M Y K H S L
Decimal 64 4 13 0 0.94 0.80 0.75 351 0.88 0.13
Hex 40 4 D 0 5E 50 4B 15F 58 D
Octal 100 4 15 0 136 120 113 537 130 15
Binary 1000000 100 1101 0 1011110 1010000 1001011 101011111 1011000 1101

Color Harmonies of #40040D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40040D

Black with #40040D

Text Example


Text Example

White with #40040D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40040D; }

 p { color: rgb(64,4,13); }

 H1.HeaderClassName
 {
   color: #40040D;
 }
 .AnyTagClassName
 {
   color: #40040D;
 }
</style>

background-color css

<style>
 a { background-color: #40040D; }

 a { background-color: rgb(64,4,13); }

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

border-color css

<style>
 span { border-color: #40040D; }

 span { border-color: rgb(64,4,13); }

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