#410913

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

Shades of Rustic Red #410913

Tints of Rustic Red #410913

Color information

#410913 (or 0x410913) is unknown color: approx Rustic Red. HEX triplet: 41, 09 and 13. RGB value is (65,9,19). Sum of RGB (Red+Green+Blue) = 65+9+19=93 (12% of max value = 765). Red value is 65 (25.78% from 255 or 69.89% from 93); Green value is 9 (3.91% from 255 or 9.68% from 93); Blue value is 19 (7.81% from 255 or 20.43% from 93); Max value from RGB is 65 - color contains mainly: red. Hex color #410913 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410913 is #BEF6EC. Grayscale: #1A1A1A. Windows color (decimal): -12515053 or 1247553. OLE color: 1247553.

HSL color Cylindrical-coordinate representation of color #410913: hue angle of 349.29º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #410913 is Cyan = 0, Magento = 0.86, Yellow = 0.71 and Black (K on CMYK) = 0.75.

Color convert

RGB65919-
CMYK00.860.710.75
HSL349.29º75.68%14.51%-
HSV(B)349.29º86.15%25.49%-
XYZ2.41.370.75-
YUV26.88123.55155.19-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 69.89%
GREEN value IS 9 (3.91% from 255) = 9.68%
BLUE value IS 19 (7.81% from 255) = 20.43%
R=69.89%
G=9.68%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.71
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6591900.860.710.75349.2975.6814.51
Hex41913056474B15d4cf
Octal1011123012610711353511417
Binary1000001100110011010101101000111100101110101110110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410913; }

 p { color: rgb(65,9,19); }

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

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

 a { background-color: rgb(65,9,19); }

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

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

 span { border-color: rgb(65,9,19); }

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