#410412

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

Shades of Rustic Red #410412

Tints of Rustic Red #410412

Color information

#410412 (or 0x410412) is unknown color: approx Rustic Red. HEX triplet: 41, 04 and 12. RGB value is (65,4,18). Sum of RGB (Red+Green+Blue) = 65+4+18=87 (11% of max value = 765). Red value is 65 (25.78% from 255 or 74.71% from 87); Green value is 4 (1.95% from 255 or 4.60% from 87); Blue value is 18 (7.42% from 255 or 20.69% from 87); Max value from RGB is 65 - color contains mainly: red. Hex color #410412 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410412 is #BEFBED. Grayscale: #171717. Windows color (decimal): -12516334 or 1180737. OLE color: 1180737.

HSL color Cylindrical-coordinate representation of color #410412: hue angle of 346.23º degrees, saturation: 0.88, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #410412 is Cyan = 0, Magento = 0.94, Yellow = 0.72 and Black (K on CMYK) = 0.75.

Color convert

RGB65418-
CMYK00.940.720.75
HSL346.23º88.41%13.53%-
HSV(B)346.23º93.85%25.49%-
XYZ2.331.250.69-
YUV23.83124.71157.36-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 74.71%
GREEN value IS 4 (1.95% from 255) = 4.60%
BLUE value IS 18 (7.42% from 255) = 20.69%
R=74.71%
G=4.60%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.72
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6541800.940.720.75346.2388.4113.53
Hex4141205E484B15a58e
Octal101422013611011353213016
Binary100000110010010010111101001000100101110101101010110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410412; }

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

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

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

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

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

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

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

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