Html Css Color HEX #401213 Rustic Red

📋 copy color: '#401213'

red 64 ◦ green 18 ◦ blue 19

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

Shades of Rustic Red #401213

Tints of Rustic Red #401213

RGB

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

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

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

R = 63.37%
G = 17.82%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.70

 K value IS 0.75

RGB Variations

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

Color information

#401213 (or 0x401213) is known color: Rustic Red. HEX triplet: 40, 12 and 13. RGB value is (64,18,19). Sum of RGB (Red+Green+Blue) = 64+18+19=101 (13% of max value = 765). Red value is 64 (25.39% from 255 or 63.37% from 101); Green value is 18 (7.42% from 255 or 17.82% from 101); Blue value is 19 (7.81% from 255 or 18.81% from 101); Max value from RGB is 64 - color contains mainly: red. Hex color #401213 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401213 is #BFEDEC. Grayscale: #1F1F1F. Windows color (decimal): -12578285 or 1249856. OLE color: 1249856.

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

Color convert

RGB 64 18 19 -
CMYK 0 0.72 0.70 0.75
HSL 358.7º 0.56% 0.16% -
HSV(B) 358.7º 0.72% 0.25% -
XYZ 2.45 1.57 0.79 -
YUV 31.87 120.74 150.92 -
System Red Green Blue C M Y K H S L
Decimal 64 18 19 0 0.72 0.70 0.75 358.7 0.56 0.16
Hex 40 12 13 0 48 46 4B 167 38 10
Octal 100 22 23 0 110 106 113 547 70 20
Binary 1000000 10010 10011 0 1001000 1000110 1001011 101100111 111000 10000

Color Harmonies of #401213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401213

Black with #401213

Text Example


Text Example

White with #401213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401213; }

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

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

background-color css

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

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

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

border-color css

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

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

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