#410918

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

Shades of Rustic Red #410918

Tints of Rustic Red #410918

Color information

#410918 (or 0x410918) is unknown color: approx Rustic Red. HEX triplet: 41, 09 and 18. RGB value is (65,9,24). Sum of RGB (Red+Green+Blue) = 65+9+24=98 (12% of max value = 765). Red value is 65 (25.78% from 255 or 66.33% from 98); Green value is 9 (3.91% from 255 or 9.18% from 98); Blue value is 24 (9.77% from 255 or 24.49% from 98); Max value from RGB is 65 - color contains mainly: red. Hex color #410918 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410918 is #BEF6E7. Grayscale: #1B1B1B. Windows color (decimal): -12515048 or 1575233. OLE color: 1575233.

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

Color convert

RGB65924-
CMYK00.860.630.75
HSL343.93º75.68%14.51%-
HSV(B)343.93º86.15%25.49%-
XYZ2.441.391-
YUV27.45126.05154.78-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 66.33%
GREEN value IS 9 (3.91% from 255) = 9.18%
BLUE value IS 24 (9.77% from 255) = 24.49%
R=66.33%
G=9.18%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.63
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6592400.860.630.75343.9375.6814.51
Hex419180563F4B1584cf
Octal101113001267711353011417
Binary100000110011100001010110111111100101110101100010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410918; }

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

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

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

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

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

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

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

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