#41020E

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

Shades of Rustic Red #41020E

Tints of Rustic Red #41020E

Color information

#41020E (or 0x41020E) is unknown color: approx Rustic Red. HEX triplet: 41, 02 and 0E. RGB value is (65,2,14). Sum of RGB (Red+Green+Blue) = 65+2+14=81 (10% of max value = 765). Red value is 65 (25.78% from 255 or 80.25% from 81); Green value is 2 (1.17% from 255 or 2.47% from 81); Blue value is 14 (5.86% from 255 or 17.28% from 81); Max value from RGB is 65 - color contains mainly: red. Hex color #41020E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #41020E is #BEFDF1. Grayscale: #161616. Windows color (decimal): -12516850 or 918081. OLE color: 918081.

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

Color convert

RGB65214-
CMYK00.970.780.75
HSL348.57º94.03%13.14%-
HSV(B)348.57º96.92%25.49%-
XYZ2.281.20.53-
YUV22.2123.37158.52-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 80.25%
GREEN value IS 2 (1.17% from 255) = 2.47%
BLUE value IS 14 (5.86% from 255) = 17.28%
R=80.25%
G=2.47%
B=17.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.78
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6521400.970.780.75348.5794.0313.14
Hex412E0614E4B15d5ed
Octal101216014111611353513615
Binary1000001101110011000011001110100101110101110110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41020E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41020E; }

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

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

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

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

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

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

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

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