Html Css Color HEX #400215 Rustic Red

📋 copy color: '#400215'

red 64 ◦ green 2 ◦ blue 21

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

Shades of Rustic Red #400215

Tints of Rustic Red #400215

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.3%

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

R = 73.56%
G = 2.3%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.67

 K value IS 0.75

RGB Variations

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

Color information

#400215 (or 0x400215) is known color: Rustic Red. HEX triplet: 40, 02 and 15. RGB value is (64,2,21). Sum of RGB (Red+Green+Blue) = 64+2+21=87 (11% of max value = 765). Red value is 64 (25.39% from 255 or 73.56% from 87); Green value is 2 (1.17% from 255 or 2.30% from 87); Blue value is 21 (8.59% from 255 or 24.14% from 87); Max value from RGB is 64 - color contains mainly: red. Hex color #400215 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400215 is #BFFDEA. Grayscale: #161616. Windows color (decimal): -12582379 or 1376832. OLE color: 1376832.

HSL color Cylindrical-coordinate representation of color #400215: hue angle of 341.61º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #400215 is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 2 21 -
CMYK 0 0.97 0.67 0.75
HSL 341.61º 0.94% 0.13% -
HSV(B) 341.61º 0.97% 0.25% -
XYZ 2.27 1.19 0.82 -
YUV 22.7 127.04 157.46 -
System Red Green Blue C M Y K H S L
Decimal 64 2 21 0 0.97 0.67 0.75 341.61 0.94 0.13
Hex 40 2 15 0 61 43 4B 156 5E D
Octal 100 2 25 0 141 103 113 526 136 15
Binary 1000000 10 10101 0 1100001 1000011 1001011 101010110 1011110 1101

Color Harmonies of #400215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400215

Black with #400215

Text Example


Text Example

White with #400215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400215; }

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

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

background-color css

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

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

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

border-color css

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

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

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