#41070B

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

Shades of Rustic Red #41070B

Tints of Rustic Red #41070B

Color information

#41070B (or 0x41070B) is unknown color: approx Rustic Red. HEX triplet: 41, 07 and 0B. RGB value is (65,7,11). Sum of RGB (Red+Green+Blue) = 65+7+11=83 (10% of max value = 765). Red value is 65 (25.78% from 255 or 78.31% from 83); Green value is 7 (3.12% from 255 or 8.43% from 83); Blue value is 11 (4.69% from 255 or 13.25% from 83); Max value from RGB is 65 - color contains mainly: red. Hex color #41070B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #41070B is #BEF8F4. Grayscale: #181818. Windows color (decimal): -12515573 or 722753. OLE color: 722753.

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

Color convert

RGB65711-
CMYK00.890.830.75
HSL355.86º80.56%14.12%-
HSV(B)355.86º89.23%25.49%-
XYZ2.321.30.45-
YUV24.8120.22156.67-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 78.31%
GREEN value IS 7 (3.12% from 255) = 8.43%
BLUE value IS 11 (4.69% from 255) = 13.25%
R=78.31%
G=8.43%
B=13.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.83
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6571100.890.830.75355.8680.5614.12
Hex417B059534B16451e
Octal101713013112311354412116
Binary10000011111011010110011010011100101110110010010100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41070B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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