#410012

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

Shades of Rustic Red #410012

Tints of Rustic Red #410012

Color information

#410012 (or 0x410012) is unknown color: approx Rustic Red. HEX triplet: 41, 00 and 12. RGB value is (65,0,18). Sum of RGB (Red+Green+Blue) = 65+0+18=83 (10% of max value = 765). Red value is 65 (25.78% from 255 or 78.31% from 83); Green value is 0 (0.39% from 255 or 0% from 83); Blue value is 18 (7.42% from 255 or 21.69% from 83); Max value from RGB is 65 - color contains mainly: red. Hex color #410012 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410012 is #BEFFED. Grayscale: #151515. Windows color (decimal): -12517358 or 1179713. OLE color: 1179713.

HSL color Cylindrical-coordinate representation of color #410012: hue angle of 343.38º 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 #410012 is Cyan = 0, Magento = 1, Yellow = 0.72 and Black (K on CMYK) = 0.75.

Color convert

RGB65018-
CMYK010.720.75
HSL343.38º100%12.75%-
HSV(B)343.38º100%25.49%-
XYZ2.291.170.68-
YUV21.49126.03159.04-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 78.31%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 18 (7.42% from 255) = 21.69%
R=78.31%
G=0%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.72
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65018010.720.75343.3810012.75
Hex41012064484B15764d
Octal101022014411011352714415
Binary1000001010010011001001001000100101110101011111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410012; }

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

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

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

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

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

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

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

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