#410615

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

Shades of Rustic Red #410615

Tints of Rustic Red #410615

Color information

#410615 (or 0x410615) is unknown color: approx Rustic Red. HEX triplet: 41, 06 and 15. RGB value is (65,6,21). Sum of RGB (Red+Green+Blue) = 65+6+21=92 (12% of max value = 765). Red value is 65 (25.78% from 255 or 70.65% from 92); Green value is 6 (2.73% from 255 or 6.52% from 92); Blue value is 21 (8.59% from 255 or 22.83% from 92); Max value from RGB is 65 - color contains mainly: red. Hex color #410615 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410615 is #BEF9EA. Grayscale: #191919. Windows color (decimal): -12515819 or 1377857. OLE color: 1377857.

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

Color convert

RGB65621-
CMYK00.910.680.75
HSL344.75º83.1%13.92%-
HSV(B)344.75º90.77%25.49%-
XYZ2.381.310.84-
YUV25.35125.55156.28-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 70.65%
GREEN value IS 6 (2.73% from 255) = 6.52%
BLUE value IS 21 (8.59% from 255) = 22.83%
R=70.65%
G=6.52%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.68
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6562100.910.680.75344.7583.113.92
Hex4161505B444B15953e
Octal101625013310411353112316
Binary100000111010101010110111000100100101110101100110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410615; }

 p { color: rgb(65,6,21); }

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

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

 a { background-color: rgb(65,6,21); }

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

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

 span { border-color: rgb(65,6,21); }

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