#410C11

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

Shades of Rustic Red #410C11

Tints of Rustic Red #410C11

Color information

#410C11 (or 0x410C11) is unknown color: approx Rustic Red. HEX triplet: 41, 0C and 11. RGB value is (65,12,17). Sum of RGB (Red+Green+Blue) = 65+12+17=94 (12% of max value = 765). Red value is 65 (25.78% from 255 or 69.15% from 94); Green value is 12 (5.08% from 255 or 12.77% from 94); Blue value is 17 (7.03% from 255 or 18.09% from 94); Max value from RGB is 65 - color contains mainly: red. Hex color #410C11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410C11 is #BEF3EE. Grayscale: #1C1C1C. Windows color (decimal): -12514287 or 1117249. OLE color: 1117249.

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

Color convert

RGB651217-
CMYK00.820.740.75
HSL354.34º68.83%15.1%-
HSV(B)354.34º81.54%25.49%-
XYZ2.411.430.68-
YUV28.42121.56154.09-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 69.15%
GREEN value IS 12 (5.08% from 255) = 12.77%
BLUE value IS 17 (7.03% from 255) = 18.09%
R=69.15%
G=12.77%
B=18.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.74
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65121700.820.740.75354.3468.8315.1
Hex41C110524A4B16245f
Octal1011421012211211354210517
Binary1000001110010001010100101001010100101110110001010001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,12,17); }

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

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

 a { background-color: rgb(65,12,17); }

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

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

 span { border-color: rgb(65,12,17); }

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