Html Css Color HEX #400213 Rustic Red

📋 copy color: '#400213'

red 64 ◦ green 2 ◦ blue 19

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

Shades of Rustic Red #400213

Tints of Rustic Red #400213

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.35%

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

R = 75.29%
G = 2.35%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.70

 K value IS 0.75

RGB Variations

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

Color information

#400213 (or 0x400213) is known color: Rustic Red. HEX triplet: 40, 02 and 13. RGB value is (64,2,19). Sum of RGB (Red+Green+Blue) = 64+2+19=85 (11% of max value = 765). Red value is 64 (25.39% from 255 or 75.29% from 85); Green value is 2 (1.17% from 255 or 2.35% from 85); Blue value is 19 (7.81% from 255 or 22.35% from 85); Max value from RGB is 64 - color contains mainly: red. Hex color #400213 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400213 is #BFFDEC. Grayscale: #161616. Windows color (decimal): -12582381 or 1245760. OLE color: 1245760.

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

Color convert

RGB 64 2 19 -
CMYK 0 0.97 0.70 0.75
HSL 343.55º 0.94% 0.13% -
HSV(B) 343.55º 0.97% 0.25% -
XYZ 2.25 1.18 0.73 -
YUV 22.48 126.04 157.62 -
System Red Green Blue C M Y K H S L
Decimal 64 2 19 0 0.97 0.70 0.75 343.55 0.94 0.13
Hex 40 2 13 0 61 46 4B 158 5E D
Octal 100 2 23 0 141 106 113 530 136 15
Binary 1000000 10 10011 0 1100001 1000110 1001011 101011000 1011110 1101

Color Harmonies of #400213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400213

Black with #400213

Text Example


Text Example

White with #400213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400213; }

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

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

background-color css

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

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

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

border-color css

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

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

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