#410D16

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

Shades of Rustic Red #410D16

Tints of Rustic Red #410D16

Color information

#410D16 (or 0x410D16) is unknown color: approx Rustic Red. HEX triplet: 41, 0D and 16. RGB value is (65,13,22). Sum of RGB (Red+Green+Blue) = 65+13+22=100 (13% of max value = 765). Red value is 65 (25.78% from 255 or 65% from 100); Green value is 13 (5.47% from 255 or 13% from 100); Blue value is 22 (8.98% from 255 or 22% from 100); Max value from RGB is 65 - color contains mainly: red. Hex color #410D16 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410D16 is #BEF2E9. Grayscale: #1D1D1D. Windows color (decimal): -12514026 or 1445185. OLE color: 1445185.

HSL color Cylindrical-coordinate representation of color #410D16: hue angle of 349.62º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #410D16 is Cyan = 0, Magento = 0.80, Yellow = 0.66 and Black (K on CMYK) = 0.75.

Color convert

RGB651322-
CMYK00.800.660.75
HSL349.62º66.67%15.29%-
HSV(B)349.62º80%25.49%-
XYZ2.471.470.91-
YUV29.57123.73153.27-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 65%
GREEN value IS 13 (5.47% from 255) = 13%
BLUE value IS 22 (8.98% from 255) = 22%
R=65%
G=13%
B=22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.66
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65132200.800.660.75349.6266.6715.29
Hex41D16050424B15e43f
Octal1011526012010211353610317
Binary1000001110110110010100001000010100101110101111010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,13,22); }

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

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

 a { background-color: rgb(65,13,22); }

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

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

 span { border-color: rgb(65,13,22); }

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