#410410

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

Shades of Rustic Red #410410

Tints of Rustic Red #410410

Color information

#410410 (or 0x410410) is unknown color: approx Rustic Red. HEX triplet: 41, 04 and 10. RGB value is (65,4,16). Sum of RGB (Red+Green+Blue) = 65+4+16=85 (11% of max value = 765). Red value is 65 (25.78% from 255 or 76.47% from 85); Green value is 4 (1.95% from 255 or 4.71% from 85); Blue value is 16 (6.64% from 255 or 18.82% from 85); Max value from RGB is 65 - color contains mainly: red. Hex color #410410 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410410 is #BEFBEF. Grayscale: #171717. Windows color (decimal): -12516336 or 1049665. OLE color: 1049665.

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

Color convert

RGB65416-
CMYK00.940.750.75
HSL348.2º88.41%13.53%-
HSV(B)348.2º93.85%25.49%-
XYZ2.321.250.61-
YUV23.61123.71157.52-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 76.47%
GREEN value IS 4 (1.95% from 255) = 4.71%
BLUE value IS 16 (6.64% from 255) = 18.82%
R=76.47%
G=4.71%
B=18.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.75
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6541600.940.750.75348.288.4113.53
Hex4141005E4B4B15c58e
Octal101420013611311353413016
Binary100000110010000010111101001011100101110101110010110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410410; }

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

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

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

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

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

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

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

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