Html Css Color HEX #400B18 Rustic Red

📋 copy color: '#400B18'

red 64 ◦ green 11 ◦ blue 24

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

Shades of Rustic Red #400B18

Tints of Rustic Red #400B18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 24.24%

R = 64.65%
G = 11.11%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.62

 K value IS 0.75

RGB Variations

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

Color information

#400B18 (or 0x400B18) is known color: Rustic Red. HEX triplet: 40, 0B and 18. RGB value is (64,11,24). Sum of RGB (Red+Green+Blue) = 64+11+24=99 (13% of max value = 765). Red value is 64 (25.39% from 255 or 64.65% from 99); Green value is 11 (4.69% from 255 or 11.11% from 99); Blue value is 24 (9.77% from 255 or 24.24% from 99); Max value from RGB is 64 - color contains mainly: red. Hex color #400B18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400B18 is #BFF4E7. Grayscale: #1C1C1C. Windows color (decimal): -12580072 or 1575744. OLE color: 1575744.

HSL color Cylindrical-coordinate representation of color #400B18: hue angle of 345.28º 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 #400B18 is Cyan = 0, Magento = 0.83, Yellow = 0.62 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 11 24 -
CMYK 0 0.83 0.62 0.75
HSL 345.28º 0.71% 0.15% -
HSV(B) 345.28º 0.83% 0.25% -
XYZ 2.4 1.4 1.01 -
YUV 28.33 125.56 153.44 -
System Red Green Blue C M Y K H S L
Decimal 64 11 24 0 0.83 0.62 0.75 345.28 0.71 0.15
Hex 40 B 18 0 53 3E 4B 159 47 F
Octal 100 13 30 0 123 76 113 531 107 17
Binary 1000000 1011 11000 0 1010011 111110 1001011 101011001 1000111 1111

Color Harmonies of #400B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400B18

Black with #400B18

Text Example


Text Example

White with #400B18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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