Html Css Color HEX #400212 Rustic Red

📋 copy color: '#400212'

red 64 ◦ green 2 ◦ blue 18

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

Shades of Rustic Red #400212

Tints of Rustic Red #400212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 21.43%

R = 76.19%
G = 2.38%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.72

 K value IS 0.75

RGB Variations

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

Color information

#400212 (or 0x400212) is known color: Rustic Red. HEX triplet: 40, 02 and 12. RGB value is (64,2,18). Sum of RGB (Red+Green+Blue) = 64+2+18=84 (11% of max value = 765). Red value is 64 (25.39% from 255 or 76.19% from 84); Green value is 2 (1.17% from 255 or 2.38% from 84); Blue value is 18 (7.42% from 255 or 21.43% from 84); Max value from RGB is 64 - color contains mainly: red. Hex color #400212 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400212 is #BFFDED. Grayscale: #161616. Windows color (decimal): -12582382 or 1180224. OLE color: 1180224.

HSL color Cylindrical-coordinate representation of color #400212: hue angle of 344.52º 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 #400212 is Cyan = 0, Magento = 0.97, Yellow = 0.72 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 2 18 -
CMYK 0 0.97 0.72 0.75
HSL 344.52º 0.94% 0.13% -
HSV(B) 344.52º 0.97% 0.25% -
XYZ 2.25 1.18 0.68 -
YUV 22.36 125.54 157.7 -
System Red Green Blue C M Y K H S L
Decimal 64 2 18 0 0.97 0.72 0.75 344.52 0.94 0.13
Hex 40 2 12 0 61 48 4B 159 5E D
Octal 100 2 22 0 141 110 113 531 136 15
Binary 1000000 10 10010 0 1100001 1001000 1001011 101011001 1011110 1101

Color Harmonies of #400212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400212

Black with #400212

Text Example


Text Example

White with #400212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400212; }

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

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

background-color css

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

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

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

border-color css

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

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

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