Html Css Color HEX #400D0F Rustic Red

📋 copy color: '#400D0F'

red 64 ◦ green 13 ◦ blue 15

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

Shades of Rustic Red #400D0F

Tints of Rustic Red #400D0F

RGB

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

 GREEN value IS 13 (5.47% from 255) = 14.13%

 BLUE value IS 15 (6.25% from 255) = 16.3%

R = 69.57%
G = 14.13%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.77

 K value IS 0.75

RGB Variations

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

Color information

#400D0F (or 0x400D0F) is known color: Rustic Red. HEX triplet: 40, 0D and 0F. RGB value is (64,13,15). Sum of RGB (Red+Green+Blue) = 64+13+15=92 (12% of max value = 765). Red value is 64 (25.39% from 255 or 69.57% from 92); Green value is 13 (5.47% from 255 or 14.13% from 92); Blue value is 15 (6.25% from 255 or 16.30% from 92); Max value from RGB is 64 - color contains mainly: red. Hex color #400D0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400D0F is #BFF2F0. Grayscale: #1C1C1C. Windows color (decimal): -12579569 or 986432. OLE color: 986432.

HSL color Cylindrical-coordinate representation of color #400D0F: hue angle of 357.65º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #400D0F is Cyan = 0, Magento = 0.80, Yellow = 0.77 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 13 15 -
CMYK 0 0.80 0.77 0.75
HSL 357.65º 0.66% 0.15% -
HSV(B) 357.65º 0.8% 0.25% -
XYZ 2.34 1.41 0.6 -
YUV 28.48 120.4 153.34 -
System Red Green Blue C M Y K H S L
Decimal 64 13 15 0 0.80 0.77 0.75 357.65 0.66 0.15
Hex 40 D F 0 50 4D 4B 166 42 F
Octal 100 15 17 0 120 115 113 546 102 17
Binary 1000000 1101 1111 0 1010000 1001101 1001011 101100110 1000010 1111

Color Harmonies of #400D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400D0F

Black with #400D0F

Text Example


Text Example

White with #400D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400D0F; }

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

 H1.HeaderClassName
 {
   color: #400D0F;
 }
 .AnyTagClassName
 {
   color: #400D0F;
 }
</style>

background-color css

<style>
 a { background-color: #400D0F; }

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

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

border-color css

<style>
 span { border-color: #400D0F; }

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

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