Html Css Color HEX #400B0F Rustic Red

📋 copy color: '#400B0F'

red 64 ◦ green 11 ◦ blue 15

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

Shades of Rustic Red #400B0F

Tints of Rustic Red #400B0F

RGB

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

 GREEN value IS 11 (4.69% from 255) = 12.22%

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

R = 71.11%
G = 12.22%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.77

 K value IS 0.75

RGB Variations

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

Color information

#400B0F (or 0x400B0F) is known color: Rustic Red. HEX triplet: 40, 0B and 0F. RGB value is (64,11,15). Sum of RGB (Red+Green+Blue) = 64+11+15=90 (11% of max value = 765). Red value is 64 (25.39% from 255 or 71.11% from 90); Green value is 11 (4.69% from 255 or 12.22% from 90); Blue value is 15 (6.25% from 255 or 16.67% from 90); Max value from RGB is 64 - color contains mainly: red. Hex color #400B0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400B0F is #BFF4F0. Grayscale: #1B1B1B. Windows color (decimal): -12580081 or 985920. OLE color: 985920.

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

Color convert

RGB 64 11 15 -
CMYK 0 0.83 0.77 0.75
HSL 355.47º 0.71% 0.15% -
HSV(B) 355.47º 0.83% 0.25% -
XYZ 2.32 1.36 0.59 -
YUV 27.3 121.06 154.17 -
System Red Green Blue C M Y K H S L
Decimal 64 11 15 0 0.83 0.77 0.75 355.47 0.71 0.15
Hex 40 B F 0 53 4D 4B 163 47 F
Octal 100 13 17 0 123 115 113 543 107 17
Binary 1000000 1011 1111 0 1010011 1001101 1001011 101100011 1000111 1111

Color Harmonies of #400B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400B0F

Black with #400B0F

Text Example


Text Example

White with #400B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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