#410007

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

Shades of Rustic Red #410007

Tints of Rustic Red #410007

Color information

#410007 (or 0x410007) is unknown color: approx Rustic Red. HEX triplet: 41, 00 and 07. RGB value is (65,0,7). Sum of RGB (Red+Green+Blue) = 65+0+7=72 (9% of max value = 765). Red value is 65 (25.78% from 255 or 90.28% from 72); Green value is 0 (0.39% from 255 or 0% from 72); Blue value is 7 (3.12% from 255 or 9.72% from 72); Max value from RGB is 65 - color contains mainly: red. Hex color #410007 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410007 is #BEFFF8. Grayscale: #141414. Windows color (decimal): -12517369 or 458817. OLE color: 458817.

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

Color convert

RGB6507-
CMYK010.890.75
HSL353.54º100%12.75%-
HSV(B)353.54º100%25.49%-
XYZ2.221.140.3-
YUV20.23120.53159.93-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 90.28%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 7 (3.12% from 255) = 9.72%
R=90.28%
G=0%
B=9.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.89
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6507010.890.75353.5410012.75
Hex4107064594B16264d
Octal10107014413111354214415
Binary10000010111011001001011001100101110110001011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410007; }

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

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

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

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

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

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

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

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