#410419

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

Shades of Rustic Red #410419

Tints of Rustic Red #410419

Color information

#410419 (or 0x410419) is unknown color: approx Rustic Red. HEX triplet: 41, 04 and 19. RGB value is (65,4,25). Sum of RGB (Red+Green+Blue) = 65+4+25=94 (12% of max value = 765). Red value is 65 (25.78% from 255 or 69.15% from 94); Green value is 4 (1.95% from 255 or 4.26% from 94); Blue value is 25 (10.16% from 255 or 26.60% from 94); Max value from RGB is 65 - color contains mainly: red. Hex color #410419 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410419 is #BEFBE6. Grayscale: #181818. Windows color (decimal): -12516327 or 1639489. OLE color: 1639489.

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

Color convert

RGB65425-
CMYK00.940.620.75
HSL339.34º88.41%13.53%-
HSV(B)339.34º93.85%25.49%-
XYZ2.41.281.04-
YUV24.63128.21156.79-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 69.15%
GREEN value IS 4 (1.95% from 255) = 4.26%
BLUE value IS 25 (10.16% from 255) = 26.60%
R=69.15%
G=4.26%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.62
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6542500.940.620.75339.3488.4113.53
Hex4141905E3E4B15358e
Octal10143101367611352313016
Binary10000011001100101011110111110100101110101001110110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410419; }

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

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

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

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

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

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

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

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