#411215

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

Shades of Rustic Red #411215

Tints of Rustic Red #411215

Color information

#411215 (or 0x411215) is unknown color: approx Rustic Red. HEX triplet: 41, 12 and 15. RGB value is (65,18,21). Sum of RGB (Red+Green+Blue) = 65+18+21=104 (13% of max value = 765). Red value is 65 (25.78% from 255 or 62.5% from 104); Green value is 18 (7.42% from 255 or 17.31% from 104); Blue value is 21 (8.59% from 255 or 20.19% from 104); Max value from RGB is 65 - color contains mainly: red. Hex color #411215 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411215 is #BEEDEA. Grayscale: #202020. Windows color (decimal): -12512747 or 1380929. OLE color: 1380929.

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

Color convert

RGB651821-
CMYK00.720.680.75
HSL356.17º56.63%16.27%-
HSV(B)356.17º72.31%25.49%-
XYZ2.531.610.89-
YUV32.39121.57151.26-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 62.5%
GREEN value IS 18 (7.42% from 255) = 17.31%
BLUE value IS 21 (8.59% from 255) = 20.19%
R=62.5%
G=17.31%
B=20.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.68
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65182100.720.680.75356.1756.6316.27
Hex411215048444B1643910
Octal101222501101041135447120
Binary10000011001010101010010001000100100101110110010011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411215; }

 p { color: rgb(65,18,21); }

 H1.HeaderClassName
 {
   color: #411215;
 }
 .AnyTagClassName
 {
   color: #411215;
 }
</style>
background-color css

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

 a { background-color: rgb(65,18,21); }

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

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

 span { border-color: rgb(65,18,21); }

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