#410017

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

Shades of Rustic Red #410017

Tints of Rustic Red #410017

Color information

#410017 (or 0x410017) is unknown color: approx Rustic Red. HEX triplet: 41, 00 and 17. RGB value is (65,0,23). Sum of RGB (Red+Green+Blue) = 65+0+23=88 (11% of max value = 765). Red value is 65 (25.78% from 255 or 73.86% from 88); Green value is 0 (0.39% from 255 or 0% from 88); Blue value is 23 (9.38% from 255 or 26.14% from 88); Max value from RGB is 65 - color contains mainly: red. Hex color #410017 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410017 is #BEFFE8. Grayscale: #161616. Windows color (decimal): -12517353 or 1507393. OLE color: 1507393.

HSL color Cylindrical-coordinate representation of color #410017: hue angle of 338.77º 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 #410017 is Cyan = 0, Magento = 1, Yellow = 0.65 and Black (K on CMYK) = 0.75.

Color convert

RGB65023-
CMYK010.650.75
HSL338.77º100%12.75%-
HSV(B)338.77º100%25.49%-
XYZ2.331.190.92-
YUV22.06128.53158.63-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 73.86%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 23 (9.38% from 255) = 26.14%
R=73.86%
G=0%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.65
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65023010.650.75338.7710012.75
Hex41017064414B15364d
Octal101027014410111352314415
Binary1000001010111011001001000001100101110101001111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410017; }

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

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

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

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

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

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

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

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