Html Css Color HEX #401315 Rustic Red

📋 copy color: '#401315'

red 64 ◦ green 19 ◦ blue 21

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

Shades of Rustic Red #401315

Tints of Rustic Red #401315

RGB

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

 GREEN value IS 19 (7.81% from 255) = 18.27%

 BLUE value IS 21 (8.59% from 255) = 20.19%

R = 61.54%
G = 18.27%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.67

 K value IS 0.75

RGB Variations

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

Color information

#401315 (or 0x401315) is known color: Rustic Red. HEX triplet: 40, 13 and 15. RGB value is (64,19,21). Sum of RGB (Red+Green+Blue) = 64+19+21=104 (13% of max value = 765). Red value is 64 (25.39% from 255 or 61.54% from 104); Green value is 19 (7.81% from 255 or 18.27% from 104); Blue value is 21 (8.59% from 255 or 20.19% from 104); Max value from RGB is 64 - color contains mainly: red. Hex color #401315 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401315 is #BFECEA. Grayscale: #202020. Windows color (decimal): -12578027 or 1381184. OLE color: 1381184.

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

Color convert

RGB 64 19 21 -
CMYK 0 0.70 0.67 0.75
HSL 357.33º 0.54% 0.16% -
HSV(B) 357.33º 0.7% 0.25% -
XYZ 2.48 1.61 0.89 -
YUV 32.68 121.41 150.34 -
System Red Green Blue C M Y K H S L
Decimal 64 19 21 0 0.70 0.67 0.75 357.33 0.54 0.16
Hex 40 13 15 0 46 43 4B 165 36 10
Octal 100 23 25 0 106 103 113 545 66 20
Binary 1000000 10011 10101 0 1000110 1000011 1001011 101100101 110110 10000

Color Harmonies of #401315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401315

Black with #401315

Text Example


Text Example

White with #401315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401315; }

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

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

background-color css

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

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

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

border-color css

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

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

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