#41020C

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

Shades of Rustic Red #41020C

Tints of Rustic Red #41020C

Color information

#41020C (or 0x41020C) is unknown color: approx Rustic Red. HEX triplet: 41, 02 and 0C. RGB value is (65,2,12). Sum of RGB (Red+Green+Blue) = 65+2+12=79 (10% of max value = 765). Red value is 65 (25.78% from 255 or 82.28% from 79); Green value is 2 (1.17% from 255 or 2.53% from 79); Blue value is 12 (5.08% from 255 or 15.19% from 79); Max value from RGB is 65 - color contains mainly: red. Hex color #41020C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #41020C is #BEFDF3. Grayscale: #161616. Windows color (decimal): -12516852 or 787009. OLE color: 787009.

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

Color convert

RGB65212-
CMYK00.970.820.75
HSL350.48º94.03%13.14%-
HSV(B)350.48º96.92%25.49%-
XYZ2.271.190.46-
YUV21.98122.37158.69-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 82.28%
GREEN value IS 2 (1.17% from 255) = 2.53%
BLUE value IS 12 (5.08% from 255) = 15.19%
R=82.28%
G=2.53%
B=15.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.82
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6521200.970.820.75350.4894.0313.14
Hex412C061524B15e5ed
Octal101214014112211353613615
Binary1000001101100011000011010010100101110101111010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41020C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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