Html Css Color HEX #401113 Rustic Red

📋 copy color: '#401113'

red 64 ◦ green 17 ◦ blue 19

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

Shades of Rustic Red #401113

Tints of Rustic Red #401113

RGB

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

 GREEN value IS 17 (7.03% from 255) = 17%

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

R = 64%
G = 17%
B = 19%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.70

 K value IS 0.75

RGB Variations

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

Color information

#401113 (or 0x401113) is known color: Rustic Red. HEX triplet: 40, 11 and 13. RGB value is (64,17,19). Sum of RGB (Red+Green+Blue) = 64+17+19=100 (13% of max value = 765). Red value is 64 (25.39% from 255 or 64% from 100); Green value is 17 (7.03% from 255 or 17% from 100); Blue value is 19 (7.81% from 255 or 19% from 100); Max value from RGB is 64 - color contains mainly: red. Hex color #401113 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401113 is #BFEEEC. Grayscale: #1F1F1F. Windows color (decimal): -12578541 or 1249600. OLE color: 1249600.

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

Color convert

RGB 64 17 19 -
CMYK 0 0.73 0.70 0.75
HSL 357.45º 0.58% 0.16% -
HSV(B) 357.45º 0.73% 0.25% -
XYZ 2.43 1.54 0.78 -
YUV 31.28 121.07 151.34 -
System Red Green Blue C M Y K H S L
Decimal 64 17 19 0 0.73 0.70 0.75 357.45 0.58 0.16
Hex 40 11 13 0 49 46 4B 165 3A 10
Octal 100 21 23 0 111 106 113 545 72 20
Binary 1000000 10001 10011 0 1001001 1000110 1001011 101100101 111010 10000

Color Harmonies of #401113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401113

Black with #401113

Text Example


Text Example

White with #401113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401113; }

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

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

background-color css

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

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

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

border-color css

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

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

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