#41050D

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

Shades of Rustic Red #41050D

Tints of Rustic Red #41050D

Color information

#41050D (or 0x41050D) is unknown color: approx Rustic Red. HEX triplet: 41, 05 and 0D. RGB value is (65,5,13). Sum of RGB (Red+Green+Blue) = 65+5+13=83 (10% of max value = 765). Red value is 65 (25.78% from 255 or 78.31% from 83); Green value is 5 (2.34% from 255 or 6.02% from 83); Blue value is 13 (5.47% from 255 or 15.66% from 83); Max value from RGB is 65 - color contains mainly: red. Hex color #41050D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #41050D is #BEFAF2. Grayscale: #171717. Windows color (decimal): -12516083 or 853313. OLE color: 853313.

HSL color Cylindrical-coordinate representation of color #41050D: hue angle of 352º 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 #41050D is Cyan = 0, Magento = 0.92, Yellow = 0.80 and Black (K on CMYK) = 0.75.

Color convert

RGB65513-
CMYK00.920.800.75
HSL352º85.71%13.73%-
HSV(B)352º92.31%25.49%-
XYZ2.311.260.5-
YUV23.85121.88157.35-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 78.31%
GREEN value IS 5 (2.34% from 255) = 6.02%
BLUE value IS 13 (5.47% from 255) = 15.66%
R=78.31%
G=6.02%
B=15.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.80
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6551300.920.800.7535285.7113.73
Hex415D05C504B16056e
Octal101515013412011354012616
Binary10000011011101010111001010000100101110110000010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41050D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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