Html Css Color HEX #400413 Rustic Red

📋 copy color: '#400413'

red 64 ◦ green 4 ◦ blue 19

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

Shades of Rustic Red #400413

Tints of Rustic Red #400413

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4.6%

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

R = 73.56%
G = 4.6%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.70

 K value IS 0.75

RGB Variations

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

Color information

#400413 (or 0x400413) is known color: Rustic Red. HEX triplet: 40, 04 and 13. RGB value is (64,4,19). Sum of RGB (Red+Green+Blue) = 64+4+19=87 (11% of max value = 765). Red value is 64 (25.39% from 255 or 73.56% from 87); Green value is 4 (1.95% from 255 or 4.60% from 87); Blue value is 19 (7.81% from 255 or 21.84% from 87); Max value from RGB is 64 - color contains mainly: red. Hex color #400413 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400413 is #BFFBEC. Grayscale: #171717. Windows color (decimal): -12581869 or 1246272. OLE color: 1246272.

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

Color convert

RGB 64 4 19 -
CMYK 0 0.94 0.70 0.75
HSL 345º 0.88% 0.13% -
HSV(B) 345º 0.94% 0.25% -
XYZ 2.28 1.22 0.73 -
YUV 23.65 125.38 156.78 -
System Red Green Blue C M Y K H S L
Decimal 64 4 19 0 0.94 0.70 0.75 345 0.88 0.13
Hex 40 4 13 0 5E 46 4B 159 58 D
Octal 100 4 23 0 136 106 113 531 130 15
Binary 1000000 100 10011 0 1011110 1000110 1001011 101011001 1011000 1101

Color Harmonies of #400413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400413

Black with #400413

Text Example


Text Example

White with #400413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400413; }

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

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

background-color css

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

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

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

border-color css

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

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

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