Html Css Color HEX #401216 Rustic Red

📋 copy color: '#401216'

red 64 ◦ green 18 ◦ blue 22

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

Shades of Rustic Red #401216

Tints of Rustic Red #401216

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 21.15%

R = 61.54%
G = 17.31%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.66

 K value IS 0.75

RGB Variations

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

Color information

#401216 (or 0x401216) is known color: Rustic Red. HEX triplet: 40, 12 and 16. RGB value is (64,18,22). Sum of RGB (Red+Green+Blue) = 64+18+22=104 (13% of max value = 765). Red value is 64 (25.39% from 255 or 61.54% from 104); Green value is 18 (7.42% from 255 or 17.31% from 104); Blue value is 22 (8.98% from 255 or 21.15% from 104); Max value from RGB is 64 - color contains mainly: red. Hex color #401216 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401216 is #BFEDE9. Grayscale: #202020. Windows color (decimal): -12578282 or 1446464. OLE color: 1446464.

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

Color convert

RGB 64 18 22 -
CMYK 0 0.72 0.66 0.75
HSL 354.78º 0.56% 0.16% -
HSV(B) 354.78º 0.72% 0.25% -
XYZ 2.48 1.58 0.93 -
YUV 32.21 122.24 150.67 -
System Red Green Blue C M Y K H S L
Decimal 64 18 22 0 0.72 0.66 0.75 354.78 0.56 0.16
Hex 40 12 16 0 48 42 4B 163 38 10
Octal 100 22 26 0 110 102 113 543 70 20
Binary 1000000 10010 10110 0 1001000 1000010 1001011 101100011 111000 10000

Color Harmonies of #401216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401216

Black with #401216

Text Example


Text Example

White with #401216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401216; }

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

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

background-color css

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

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

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

border-color css

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

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

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