#41070C

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

Shades of Rustic Red #41070C

Tints of Rustic Red #41070C

Color information

#41070C (or 0x41070C) is unknown color: approx Rustic Red. HEX triplet: 41, 07 and 0C. RGB value is (65,7,12). Sum of RGB (Red+Green+Blue) = 65+7+12=84 (11% of max value = 765). Red value is 65 (25.78% from 255 or 77.38% from 84); Green value is 7 (3.12% from 255 or 8.33% from 84); Blue value is 12 (5.08% from 255 or 14.29% from 84); Max value from RGB is 65 - color contains mainly: red. Hex color #41070C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #41070C is #BEF8F3. Grayscale: #181818. Windows color (decimal): -12515572 or 788289. OLE color: 788289.

HSL color Cylindrical-coordinate representation of color #41070C: hue angle of 354.83º 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 #41070C is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.75.

Color convert

RGB65712-
CMYK00.890.820.75
HSL354.83º80.56%14.12%-
HSV(B)354.83º89.23%25.49%-
XYZ2.321.30.48-
YUV24.91120.72156.59-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 77.38%
GREEN value IS 7 (3.12% from 255) = 8.33%
BLUE value IS 12 (5.08% from 255) = 14.29%
R=77.38%
G=8.33%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.82
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6571200.890.820.75354.8380.5614.12
Hex417C059524B16351e
Octal101714013112211354312116
Binary10000011111100010110011010010100101110110001110100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41070C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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