#41070D

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

Shades of Rustic Red #41070D

Tints of Rustic Red #41070D

Color information

#41070D (or 0x41070D) is unknown color: approx Rustic Red. HEX triplet: 41, 07 and 0D. RGB value is (65,7,13). Sum of RGB (Red+Green+Blue) = 65+7+13=85 (11% of max value = 765). Red value is 65 (25.78% from 255 or 76.47% from 85); Green value is 7 (3.12% from 255 or 8.24% from 85); Blue value is 13 (5.47% from 255 or 15.29% from 85); Max value from RGB is 65 - color contains mainly: red. Hex color #41070D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #41070D is #BEF8F2. Grayscale: #191919. Windows color (decimal): -12515571 or 853825. OLE color: 853825.

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

Color convert

RGB65713-
CMYK00.890.800.75
HSL353.79º80.56%14.12%-
HSV(B)353.79º89.23%25.49%-
XYZ2.331.30.51-
YUV25.03121.22156.51-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 76.47%
GREEN value IS 7 (3.12% from 255) = 8.24%
BLUE value IS 13 (5.47% from 255) = 15.29%
R=76.47%
G=8.24%
B=15.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.80
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6571300.890.800.75353.7980.5614.12
Hex417D059504B16251e
Octal101715013112011354212116
Binary10000011111101010110011010000100101110110001010100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41070D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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