#41060F

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

Shades of Rustic Red #41060F

Tints of Rustic Red #41060F

Color information

#41060F (or 0x41060F) is unknown color: approx Rustic Red. HEX triplet: 41, 06 and 0F. RGB value is (65,6,15). Sum of RGB (Red+Green+Blue) = 65+6+15=86 (11% of max value = 765). Red value is 65 (25.78% from 255 or 75.58% from 86); Green value is 6 (2.73% from 255 or 6.98% from 86); Blue value is 15 (6.25% from 255 or 17.44% from 86); Max value from RGB is 65 - color contains mainly: red. Hex color #41060F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #41060F is #BEF9F0. Grayscale: #181818. Windows color (decimal): -12515825 or 984641. OLE color: 984641.

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

Color convert

RGB65615-
CMYK00.910.770.75
HSL350.85º83.1%13.92%-
HSV(B)350.85º90.77%25.49%-
XYZ2.331.290.58-
YUV24.67122.55156.77-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 75.58%
GREEN value IS 6 (2.73% from 255) = 6.98%
BLUE value IS 15 (6.25% from 255) = 17.44%
R=75.58%
G=6.98%
B=17.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.77
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6561500.910.770.75350.8583.113.92
Hex416F05B4D4B15f53e
Octal101617013311511353712316
Binary10000011101111010110111001101100101110101111110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41060F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41060F; }

 p { color: rgb(65,6,15); }

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

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

 a { background-color: rgb(65,6,15); }

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

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

 span { border-color: rgb(65,6,15); }

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