Html Css Color HEX #400B15 Rustic Red

📋 copy color: '#400B15'

red 64 ◦ green 11 ◦ blue 21

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

Shades of Rustic Red #400B15

Tints of Rustic Red #400B15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 21.88%

R = 66.67%
G = 11.46%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.67

 K value IS 0.75

RGB Variations

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

Color information

#400B15 (or 0x400B15) is known color: Rustic Red. HEX triplet: 40, 0B and 15. RGB value is (64,11,21). Sum of RGB (Red+Green+Blue) = 64+11+21=96 (12% of max value = 765). Red value is 64 (25.39% from 255 or 66.67% from 96); Green value is 11 (4.69% from 255 or 11.46% from 96); Blue value is 21 (8.59% from 255 or 21.88% from 96); Max value from RGB is 64 - color contains mainly: red. Hex color #400B15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400B15 is #BFF4EA. Grayscale: #1B1B1B. Windows color (decimal): -12580075 or 1379136. OLE color: 1379136.

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

Color convert

RGB 64 11 21 -
CMYK 0 0.83 0.67 0.75
HSL 348.68º 0.71% 0.15% -
HSV(B) 348.68º 0.83% 0.25% -
XYZ 2.37 1.38 0.85 -
YUV 27.99 124.06 153.69 -
System Red Green Blue C M Y K H S L
Decimal 64 11 21 0 0.83 0.67 0.75 348.68 0.71 0.15
Hex 40 B 15 0 53 43 4B 15D 47 F
Octal 100 13 25 0 123 103 113 535 107 17
Binary 1000000 1011 10101 0 1010011 1000011 1001011 101011101 1000111 1111

Color Harmonies of #400B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400B15

Black with #400B15

Text Example


Text Example

White with #400B15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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