#410011

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

Shades of Rustic Red #410011

Tints of Rustic Red #410011

Color information

#410011 (or 0x410011) is unknown color: approx Rustic Red. HEX triplet: 41, 00 and 11. RGB value is (65,0,17). Sum of RGB (Red+Green+Blue) = 65+0+17=82 (10% of max value = 765). Red value is 65 (25.78% from 255 or 79.27% from 82); Green value is 0 (0.39% from 255 or 0% from 82); Blue value is 17 (7.03% from 255 or 20.73% from 82); Max value from RGB is 65 - color contains mainly: red. Hex color #410011 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410011 is #BEFFEE. Grayscale: #151515. Windows color (decimal): -12517359 or 1114177. OLE color: 1114177.

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

Color convert

RGB65017-
CMYK010.740.75
HSL344.31º100%12.75%-
HSV(B)344.31º100%25.49%-
XYZ2.281.160.63-
YUV21.37125.53159.12-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 79.27%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 17 (7.03% from 255) = 20.73%
R=79.27%
G=0%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.74
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65017010.740.75344.3110012.75
Hex410110644A4B15864d
Octal101021014411211353014415
Binary1000001010001011001001001010100101110101100011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410011; }

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

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

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

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

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

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

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

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