#410B10

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

Shades of Rustic Red #410B10

Tints of Rustic Red #410B10

Color information

#410B10 (or 0x410B10) is unknown color: approx Rustic Red. HEX triplet: 41, 0B and 10. RGB value is (65,11,16). Sum of RGB (Red+Green+Blue) = 65+11+16=92 (12% of max value = 765). Red value is 65 (25.78% from 255 or 70.65% from 92); Green value is 11 (4.69% from 255 or 11.96% from 92); Blue value is 16 (6.64% from 255 or 17.39% from 92); Max value from RGB is 65 - color contains mainly: red. Hex color #410B10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410B10 is #BEF4EF. Grayscale: #1B1B1B. Windows color (decimal): -12514544 or 1051457. OLE color: 1051457.

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

Color convert

RGB651116-
CMYK00.830.750.75
HSL354.44º71.05%14.9%-
HSV(B)354.44º83.08%25.49%-
XYZ2.391.40.63-
YUV27.72121.39154.59-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 70.65%
GREEN value IS 11 (4.69% from 255) = 11.96%
BLUE value IS 16 (6.64% from 255) = 17.39%
R=70.65%
G=11.96%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.75
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65111600.830.750.75354.4471.0514.9
Hex41B100534B4B16247f
Octal1011320012311311354210717
Binary1000001101110000010100111001011100101110110001010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,11,16); }

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

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

 a { background-color: rgb(65,11,16); }

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

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

 span { border-color: rgb(65,11,16); }

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