#41060A

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

Shades of Rustic Red #41060A

Tints of Rustic Red #41060A

Color information

#41060A (or 0x41060A) is unknown color: approx Rustic Red. HEX triplet: 41, 06 and 0A. RGB value is (65,6,10). Sum of RGB (Red+Green+Blue) = 65+6+10=81 (10% of max value = 765). Red value is 65 (25.78% from 255 or 80.25% from 81); Green value is 6 (2.73% from 255 or 7.41% from 81); Blue value is 10 (4.30% from 255 or 12.35% from 81); Max value from RGB is 65 - color contains mainly: red. Hex color #41060A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #41060A is #BEF9F5. Grayscale: #181818. Windows color (decimal): -12515830 or 656961. OLE color: 656961.

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

Color convert

RGB65610-
CMYK00.910.850.75
HSL355.93º83.1%13.92%-
HSV(B)355.93º90.77%25.49%-
XYZ2.31.280.41-
YUV24.1120.05157.17-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 80.25%
GREEN value IS 6 (2.73% from 255) = 7.41%
BLUE value IS 10 (4.30% from 255) = 12.35%
R=80.25%
G=7.41%
B=12.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.85
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6561000.910.850.75355.9383.113.92
Hex416A05B554B16453e
Octal101612013312511354412316
Binary10000011101010010110111010101100101110110010010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41060A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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