#410508

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

Shades of Rustic Red #410508

Tints of Rustic Red #410508

Color information

#410508 (or 0x410508) is unknown color: approx Rustic Red. HEX triplet: 41, 05 and 08. RGB value is (65,5,8). Sum of RGB (Red+Green+Blue) = 65+5+8=78 (10% of max value = 765). Red value is 65 (25.78% from 255 or 83.33% from 78); Green value is 5 (2.34% from 255 or 6.41% from 78); Blue value is 8 (3.52% from 255 or 10.26% from 78); Max value from RGB is 65 - color contains mainly: red. Hex color #410508 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410508 is #BEFAF7. Grayscale: #171717. Windows color (decimal): -12516088 or 525633. OLE color: 525633.

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

Color convert

RGB6558-
CMYK00.920.880.75
HSL357º85.71%13.73%-
HSV(B)357º92.31%25.49%-
XYZ2.281.250.35-
YUV23.28119.38157.76-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 83.33%
GREEN value IS 5 (2.34% from 255) = 6.41%
BLUE value IS 8 (3.52% from 255) = 10.26%
R=83.33%
G=6.41%
B=10.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.88
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal655800.920.880.7535785.7113.73
Hex415805C584B16556e
Octal101510013413011354512616
Binary10000011011000010111001011000100101110110010110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410508; }

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

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

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

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

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

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

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

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