#41060B

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

Shades of Rustic Red #41060B

Tints of Rustic Red #41060B

Color information

#41060B (or 0x41060B) is unknown color: approx Rustic Red. HEX triplet: 41, 06 and 0B. RGB value is (65,6,11). Sum of RGB (Red+Green+Blue) = 65+6+11=82 (10% of max value = 765). Red value is 65 (25.78% from 255 or 79.27% from 82); Green value is 6 (2.73% from 255 or 7.32% from 82); Blue value is 11 (4.69% from 255 or 13.41% from 82); Max value from RGB is 65 - color contains mainly: red. Hex color #41060B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #41060B is #BEF9F4. Grayscale: #181818. Windows color (decimal): -12515829 or 722497. OLE color: 722497.

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

Color convert

RGB65611-
CMYK00.910.830.75
HSL354.92º83.1%13.92%-
HSV(B)354.92º90.77%25.49%-
XYZ2.311.280.44-
YUV24.21120.55157.09-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 79.27%
GREEN value IS 6 (2.73% from 255) = 7.32%
BLUE value IS 11 (4.69% from 255) = 13.41%
R=79.27%
G=7.32%
B=13.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.83
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6561100.910.830.75354.9283.113.92
Hex416B05B534B16353e
Octal101613013312311354312316
Binary10000011101011010110111010011100101110110001110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41060B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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