#41040A

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

Shades of Rustic Red #41040A

Tints of Rustic Red #41040A

Color information

#41040A (or 0x41040A) is unknown color: approx Rustic Red. HEX triplet: 41, 04 and 0A. RGB value is (65,4,10). Sum of RGB (Red+Green+Blue) = 65+4+10=79 (10% of max value = 765). Red value is 65 (25.78% from 255 or 82.28% from 79); Green value is 4 (1.95% from 255 or 5.06% from 79); Blue value is 10 (4.30% from 255 or 12.66% from 79); Max value from RGB is 65 - color contains mainly: red. Hex color #41040A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #41040A is #BEFBF5. Grayscale: #161616. Windows color (decimal): -12516342 or 656449. OLE color: 656449.

HSL color Cylindrical-coordinate representation of color #41040A: hue angle of 354.1º 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 #41040A is Cyan = 0, Magento = 0.94, Yellow = 0.85 and Black (K on CMYK) = 0.75.

Color convert

RGB65410-
CMYK00.940.850.75
HSL354.1º88.41%13.53%-
HSV(B)354.1º93.85%25.49%-
XYZ2.281.230.4-
YUV22.92120.71158.01-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 82.28%
GREEN value IS 4 (1.95% from 255) = 5.06%
BLUE value IS 10 (4.30% from 255) = 12.66%
R=82.28%
G=5.06%
B=12.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.85
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6541000.940.850.75354.188.4113.53
Hex414A05E554B16258e
Octal101412013612511354213016
Binary10000011001010010111101010101100101110110001010110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41040A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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