#400215

Color #400215 Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #400215

Tints of Rustic Red #400215

Color information

#400215 (or 0x400215) is unknown color: approx 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

RGB64221-
CMYK00.970.670.75
HSL341.61º93.94%12.94%-
HSV(B)341.61º96.88%25.1%-
XYZ2.271.190.82-
YUV22.7127.04157.46-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 73.56%
GREEN value IS 2 (1.17% from 255) = 2.30%
BLUE value IS 21 (8.59% from 255) = 24.14%
R=73.56%
G=2.30%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.67
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6422100.970.670.75341.6193.9412.94
Hex40215061434B1565ed
Octal100225014110311352613615
Binary10000001010101011000011000011100101110101011010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>