#411416

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

Shades of Rustic Red #411416

Tints of Rustic Red #411416

Color information

#411416 (or 0x411416) is unknown color: approx Rustic Red. HEX triplet: 41, 14 and 16. RGB value is (65,20,22). Sum of RGB (Red+Green+Blue) = 65+20+22=107 (14% of max value = 765). Red value is 65 (25.78% from 255 or 60.75% from 107); Green value is 20 (8.20% from 255 or 18.69% from 107); Blue value is 22 (8.98% from 255 or 20.56% from 107); Max value from RGB is 65 - color contains mainly: red. Hex color #411416 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411416 is #BEEBE9. Grayscale: #212121. Windows color (decimal): -12512234 or 1446977. OLE color: 1446977.

HSL color Cylindrical-coordinate representation of color #411416: hue angle of 357.33º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #411416 is Cyan = 0, Magento = 0.69, Yellow = 0.66 and Black (K on CMYK) = 0.75.

Color convert

RGB652022-
CMYK00.690.660.75
HSL357.33º52.94%16.67%-
HSV(B)357.33º69.23%25.49%-
XYZ2.571.680.95-
YUV33.68121.41150.34-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 60.75%
GREEN value IS 20 (8.20% from 255) = 18.69%
BLUE value IS 22 (8.98% from 255) = 20.56%
R=60.75%
G=18.69%
B=20.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.66
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65202200.690.660.75357.3352.9416.67
Hex411416045424B1653511
Octal101242601051021135456521
Binary10000011010010110010001011000010100101110110010111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411416; }

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

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

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

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

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

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

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

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