Html Css Color HEX #400910 Rustic Red

📋 copy color: '#400910'

red 64 ◦ green 9 ◦ blue 16

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

Shades of Rustic Red #400910

Tints of Rustic Red #400910

RGB

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

 GREEN value IS 9 (3.91% from 255) = 10.11%

 BLUE value IS 16 (6.64% from 255) = 17.98%

R = 71.91%
G = 10.11%
B = 17.98%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.75

 K value IS 0.75

RGB Variations

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

Color information

#400910 (or 0x400910) is known color: Rustic Red. HEX triplet: 40, 09 and 10. RGB value is (64,9,16). Sum of RGB (Red+Green+Blue) = 64+9+16=89 (11% of max value = 765). Red value is 64 (25.39% from 255 or 71.91% from 89); Green value is 9 (3.91% from 255 or 10.11% from 89); Blue value is 16 (6.64% from 255 or 17.98% from 89); Max value from RGB is 64 - color contains mainly: red. Hex color #400910 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400910 is #BFF6EF. Grayscale: #1A1A1A. Windows color (decimal): -12580592 or 1050944. OLE color: 1050944.

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

Color convert

RGB 64 9 16 -
CMYK 0 0.86 0.75 0.75
HSL 352.36º 0.75% 0.14% -
HSV(B) 352.36º 0.86% 0.25% -
XYZ 2.31 1.32 0.62 -
YUV 26.24 122.22 154.93 -
System Red Green Blue C M Y K H S L
Decimal 64 9 16 0 0.86 0.75 0.75 352.36 0.75 0.14
Hex 40 9 10 0 56 4B 4B 160 4B E
Octal 100 11 20 0 126 113 113 540 113 16
Binary 1000000 1001 10000 0 1010110 1001011 1001011 101100000 1001011 1110

Color Harmonies of #400910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400910

Black with #400910

Text Example


Text Example

White with #400910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400910; }

 p { color: rgb(64,9,16); }

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

background-color css

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

 a { background-color: rgb(64,9,16); }

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

border-color css

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

 span { border-color: rgb(64,9,16); }

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