Html Css Color HEX #400813 Rustic Red

📋 copy color: '#400813'

red 64 ◦ green 8 ◦ blue 19

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

Shades of Rustic Red #400813

Tints of Rustic Red #400813

RGB

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

 GREEN value IS 8 (3.52% from 255) = 8.79%

 BLUE value IS 19 (7.81% from 255) = 20.88%

R = 70.33%
G = 8.79%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.70

 K value IS 0.75

RGB Variations

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

Color information

#400813 (or 0x400813) is known color: Rustic Red. HEX triplet: 40, 08 and 13. RGB value is (64,8,19). Sum of RGB (Red+Green+Blue) = 64+8+19=91 (12% of max value = 765). Red value is 64 (25.39% from 255 or 70.33% from 91); Green value is 8 (3.52% from 255 or 8.79% from 91); Blue value is 19 (7.81% from 255 or 20.88% from 91); Max value from RGB is 64 - color contains mainly: red. Hex color #400813 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400813 is #BFF7EC. Grayscale: #1A1A1A. Windows color (decimal): -12580845 or 1247296. OLE color: 1247296.

HSL color Cylindrical-coordinate representation of color #400813: hue angle of 348.21º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #400813 is Cyan = 0, Magento = 0.87, Yellow = 0.70 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 8 19 -
CMYK 0 0.87 0.70 0.75
HSL 348.21º 0.78% 0.14% -
HSV(B) 348.21º 0.88% 0.25% -
XYZ 2.32 1.31 0.75 -
YUV 26 124.05 155.11 -
System Red Green Blue C M Y K H S L
Decimal 64 8 19 0 0.87 0.70 0.75 348.21 0.78 0.14
Hex 40 8 13 0 57 46 4B 15C 4E E
Octal 100 10 23 0 127 106 113 534 116 16
Binary 1000000 1000 10011 0 1010111 1000110 1001011 101011100 1001110 1110

Color Harmonies of #400813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400813

Black with #400813

Text Example


Text Example

White with #400813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400813; }

 p { color: rgb(64,8,19); }

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

background-color css

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

 a { background-color: rgb(64,8,19); }

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

border-color css

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

 span { border-color: rgb(64,8,19); }

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