#410818

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

Shades of Rustic Red #410818

Tints of Rustic Red #410818

Color information

#410818 (or 0x410818) is unknown color: approx Rustic Red. HEX triplet: 41, 08 and 18. RGB value is (65,8,24). Sum of RGB (Red+Green+Blue) = 65+8+24=97 (12% of max value = 765). Red value is 65 (25.78% from 255 or 67.01% from 97); Green value is 8 (3.52% from 255 or 8.25% from 97); Blue value is 24 (9.77% from 255 or 24.74% from 97); Max value from RGB is 65 - color contains mainly: red. Hex color #410818 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410818 is #BEF7E7. Grayscale: #1A1A1A. Windows color (decimal): -12515304 or 1574977. OLE color: 1574977.

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

Color convert

RGB65824-
CMYK00.880.630.75
HSL343.16º78.08%14.31%-
HSV(B)343.16º87.69%25.49%-
XYZ2.431.361-
YUV26.87126.38155.2-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 67.01%
GREEN value IS 8 (3.52% from 255) = 8.25%
BLUE value IS 24 (9.77% from 255) = 24.74%
R=67.01%
G=8.25%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.63
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6582400.880.630.75343.1678.0814.31
Hex418180583F4B1574ee
Octal101103001307711352711616
Binary100000110001100001011000111111100101110101011110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410818; }

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

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

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

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

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

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

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

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