#41050B

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

Shades of Rustic Red #41050B

Tints of Rustic Red #41050B

Color information

#41050B (or 0x41050B) is unknown color: approx Rustic Red. HEX triplet: 41, 05 and 0B. RGB value is (65,5,11). Sum of RGB (Red+Green+Blue) = 65+5+11=81 (10% of max value = 765). Red value is 65 (25.78% from 255 or 80.25% from 81); Green value is 5 (2.34% from 255 or 6.17% from 81); Blue value is 11 (4.69% from 255 or 13.58% from 81); Max value from RGB is 65 - color contains mainly: red. Hex color #41050B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #41050B is #BEFAF4. Grayscale: #171717. Windows color (decimal): -12516085 or 722241. OLE color: 722241.

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

Color convert

RGB65511-
CMYK00.920.830.75
HSL354º85.71%13.73%-
HSV(B)354º92.31%25.49%-
XYZ2.291.260.44-
YUV23.62120.88157.51-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 80.25%
GREEN value IS 5 (2.34% from 255) = 6.17%
BLUE value IS 11 (4.69% from 255) = 13.58%
R=80.25%
G=6.17%
B=13.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.83
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6551100.920.830.7535485.7113.73
Hex415B05C534B16256e
Octal101513013412311354212616
Binary10000011011011010111001010011100101110110001010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41050B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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