#41040B

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

Shades of Rustic Red #41040B

Tints of Rustic Red #41040B

Color information

#41040B (or 0x41040B) is unknown color: approx Rustic Red. HEX triplet: 41, 04 and 0B. RGB value is (65,4,11). Sum of RGB (Red+Green+Blue) = 65+4+11=80 (10% of max value = 765). Red value is 65 (25.78% from 255 or 81.25% from 80); Green value is 4 (1.95% from 255 or 5% from 80); Blue value is 11 (4.69% from 255 or 13.75% from 80); Max value from RGB is 65 - color contains mainly: red. Hex color #41040B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #41040B is #BEFBF4. Grayscale: #171717. Windows color (decimal): -12516341 or 721985. OLE color: 721985.

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

Color convert

RGB65411-
CMYK00.940.830.75
HSL353.11º88.41%13.53%-
HSV(B)353.11º93.85%25.49%-
XYZ2.281.230.43-
YUV23.04121.21157.93-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 81.25%
GREEN value IS 4 (1.95% from 255) = 5%
BLUE value IS 11 (4.69% from 255) = 13.75%
R=81.25%
G=5%
B=13.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.83
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6541100.940.830.75353.1188.4113.53
Hex414B05E534B16158e
Octal101413013612311354113016
Binary10000011001011010111101010011100101110110000110110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41040B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41040B; }

 p { color: rgb(65,4,11); }

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

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

 a { background-color: rgb(65,4,11); }

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

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

 span { border-color: rgb(65,4,11); }

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