Html Css Color HEX #401214 Rustic Red

📋 copy color: '#401214'

red 64 ◦ green 18 ◦ blue 20

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

Shades of Rustic Red #401214

Tints of Rustic Red #401214

RGB

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

 GREEN value IS 18 (7.42% from 255) = 17.65%

 BLUE value IS 20 (8.2% from 255) = 19.61%

R = 62.75%
G = 17.65%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.69

 K value IS 0.75

RGB Variations

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

Color information

#401214 (or 0x401214) is known color: Rustic Red. HEX triplet: 40, 12 and 14. RGB value is (64,18,20). Sum of RGB (Red+Green+Blue) = 64+18+20=102 (13% of max value = 765). Red value is 64 (25.39% from 255 or 62.75% from 102); Green value is 18 (7.42% from 255 or 17.65% from 102); Blue value is 20 (8.20% from 255 or 19.61% from 102); Max value from RGB is 64 - color contains mainly: red. Hex color #401214 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401214 is #BFEDEB. Grayscale: #202020. Windows color (decimal): -12578284 or 1315392. OLE color: 1315392.

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

Color convert

RGB 64 18 20 -
CMYK 0 0.72 0.69 0.75
HSL 357.39º 0.56% 0.16% -
HSV(B) 357.39º 0.72% 0.25% -
XYZ 2.46 1.57 0.84 -
YUV 31.98 121.24 150.84 -
System Red Green Blue C M Y K H S L
Decimal 64 18 20 0 0.72 0.69 0.75 357.39 0.56 0.16
Hex 40 12 14 0 48 45 4B 165 38 10
Octal 100 22 24 0 110 105 113 545 70 20
Binary 1000000 10010 10100 0 1001000 1000101 1001011 101100101 111000 10000

Color Harmonies of #401214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401214

Black with #401214

Text Example


Text Example

White with #401214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401214; }

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

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

background-color css

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

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

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

border-color css

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

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

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