#410210

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

Shades of Rustic Red #410210

Tints of Rustic Red #410210

Color information

#410210 (or 0x410210) is unknown color: approx Rustic Red. HEX triplet: 41, 02 and 10. RGB value is (65,2,16). Sum of RGB (Red+Green+Blue) = 65+2+16=83 (10% of max value = 765). Red value is 65 (25.78% from 255 or 78.31% from 83); Green value is 2 (1.17% from 255 or 2.41% from 83); Blue value is 16 (6.64% from 255 or 19.28% from 83); Max value from RGB is 65 - color contains mainly: red. Hex color #410210 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410210 is #BEFDEF. Grayscale: #161616. Windows color (decimal): -12516848 or 1049153. OLE color: 1049153.

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

Color convert

RGB65216-
CMYK00.970.750.75
HSL346.67º94.03%13.14%-
HSV(B)346.67º96.92%25.49%-
XYZ2.31.20.6-
YUV22.43124.37158.36-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 78.31%
GREEN value IS 2 (1.17% from 255) = 2.41%
BLUE value IS 16 (6.64% from 255) = 19.28%
R=78.31%
G=2.41%
B=19.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.75
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6521600.970.750.75346.6794.0313.14
Hex412100614B4B15b5ed
Octal101220014111311353313615
Binary10000011010000011000011001011100101110101101110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410210; }

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

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

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

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

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

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

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

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