#410213

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

Shades of Rustic Red #410213

Tints of Rustic Red #410213

Color information

#410213 (or 0x410213) is unknown color: approx Rustic Red. HEX triplet: 41, 02 and 13. RGB value is (65,2,19). Sum of RGB (Red+Green+Blue) = 65+2+19=86 (11% of max value = 765). Red value is 65 (25.78% from 255 or 75.58% from 86); Green value is 2 (1.17% from 255 or 2.33% from 86); Blue value is 19 (7.81% from 255 or 22.09% from 86); Max value from RGB is 65 - color contains mainly: red. Hex color #410213 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410213 is #BEFDEC. Grayscale: #161616. Windows color (decimal): -12516845 or 1245761. OLE color: 1245761.

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

Color convert

RGB65219-
CMYK00.970.710.75
HSL343.81º94.03%13.14%-
HSV(B)343.81º96.92%25.49%-
XYZ2.321.210.73-
YUV22.78125.87158.12-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 75.58%
GREEN value IS 2 (1.17% from 255) = 2.33%
BLUE value IS 19 (7.81% from 255) = 22.09%
R=75.58%
G=2.33%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.71
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6521900.970.710.75343.8194.0313.14
Hex41213061474B1585ed
Octal101223014110711353013615
Binary10000011010011011000011000111100101110101100010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410213; }

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

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

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

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

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

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

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

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