#410E13

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

Shades of Rustic Red #410E13

Tints of Rustic Red #410E13

Color information

#410E13 (or 0x410E13) is unknown color: approx Rustic Red. HEX triplet: 41, 0E and 13. RGB value is (65,14,19). Sum of RGB (Red+Green+Blue) = 65+14+19=98 (12% of max value = 765). Red value is 65 (25.78% from 255 or 66.33% from 98); Green value is 14 (5.86% from 255 or 14.29% from 98); Blue value is 19 (7.81% from 255 or 19.39% from 98); Max value from RGB is 65 - color contains mainly: red. Hex color #410E13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410E13 is #BEF1EC. Grayscale: #1D1D1D. Windows color (decimal): -12513773 or 1248833. OLE color: 1248833.

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

Color convert

RGB651419-
CMYK00.780.710.75
HSL354.12º64.56%15.49%-
HSV(B)354.12º78.46%25.49%-
XYZ2.451.480.77-
YUV29.82121.9153.09-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 66.33%
GREEN value IS 14 (5.86% from 255) = 14.29%
BLUE value IS 19 (7.81% from 255) = 19.39%
R=66.33%
G=14.29%
B=19.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.71
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65141900.780.710.75354.1264.5615.49
Hex41E1304E474B16241f
Octal1011623011610711354210117
Binary1000001111010011010011101000111100101110110001010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,14,19); }

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

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

 a { background-color: rgb(65,14,19); }

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

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

 span { border-color: rgb(65,14,19); }

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