#411318

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

Shades of Rustic Red #411318

Tints of Rustic Red #411318

Color information

#411318 (or 0x411318) is unknown color: approx Rustic Red. HEX triplet: 41, 13 and 18. RGB value is (65,19,24). Sum of RGB (Red+Green+Blue) = 65+19+24=108 (14% of max value = 765). Red value is 65 (25.78% from 255 or 60.19% from 108); Green value is 19 (7.81% from 255 or 17.59% from 108); Blue value is 24 (9.77% from 255 or 22.22% from 108); Max value from RGB is 65 - color contains mainly: red. Hex color #411318 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411318 is #BEECE7. Grayscale: #212121. Windows color (decimal): -12512488 or 1577793. OLE color: 1577793.

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

Color convert

RGB651924-
CMYK00.710.630.75
HSL353.48º54.76%16.47%-
HSV(B)353.48º70.77%25.49%-
XYZ2.581.661.05-
YUV33.32122.74150.59-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 60.19%
GREEN value IS 19 (7.81% from 255) = 17.59%
BLUE value IS 24 (9.77% from 255) = 22.22%
R=60.19%
G=17.59%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.63
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65192400.710.630.75353.4854.7616.47
Hex4113180473F4B1613710
Octal10123300107771135416720
Binary1000001100111100001000111111111100101110110000111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411318; }

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

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

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

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

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

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

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

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