#410A15

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

Shades of Rustic Red #410A15

Tints of Rustic Red #410A15

Color information

#410A15 (or 0x410A15) is unknown color: approx Rustic Red. HEX triplet: 41, 0A and 15. RGB value is (65,10,21). Sum of RGB (Red+Green+Blue) = 65+10+21=96 (12% of max value = 765). Red value is 65 (25.78% from 255 or 67.71% from 96); Green value is 10 (4.30% from 255 or 10.42% from 96); Blue value is 21 (8.59% from 255 or 21.88% from 96); Max value from RGB is 65 - color contains mainly: red. Hex color #410A15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410A15 is #BEF5EA. Grayscale: #1B1B1B. Windows color (decimal): -12514795 or 1378881. OLE color: 1378881.

HSL color Cylindrical-coordinate representation of color #410A15: hue angle of 348º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #410A15 is Cyan = 0, Magento = 0.85, Yellow = 0.68 and Black (K on CMYK) = 0.75.

Color convert

RGB651021-
CMYK00.850.680.75
HSL348º73.33%14.71%-
HSV(B)348º84.62%25.49%-
XYZ2.421.40.85-
YUV27.7124.22154.61-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 67.71%
GREEN value IS 10 (4.30% from 255) = 10.42%
BLUE value IS 21 (8.59% from 255) = 21.88%
R=67.71%
G=10.42%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.68
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65102100.850.680.7534873.3314.71
Hex41A15055444B15c49f
Octal1011225012510411353411117
Binary1000001101010101010101011000100100101110101110010010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410A15; }

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

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

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

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

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

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

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

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