#410015

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

Shades of Rustic Red #410015

Tints of Rustic Red #410015

Color information

#410015 (or 0x410015) is unknown color: approx Rustic Red. HEX triplet: 41, 00 and 15. RGB value is (65,0,21). Sum of RGB (Red+Green+Blue) = 65+0+21=86 (11% of max value = 765). Red value is 65 (25.78% from 255 or 75.58% from 86); Green value is 0 (0.39% from 255 or 0% from 86); Blue value is 21 (8.59% from 255 or 24.42% from 86); Max value from RGB is 65 - color contains mainly: red. Hex color #410015 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #410015 is #BEFFEA. Grayscale: #151515. Windows color (decimal): -12517355 or 1376321. OLE color: 1376321.

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

Color convert

RGB65021-
CMYK010.680.75
HSL340.62º100%12.75%-
HSV(B)340.62º100%25.49%-
XYZ2.321.180.81-
YUV21.83127.53158.79-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 75.58%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 21 (8.59% from 255) = 24.42%
R=75.58%
G=0%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.68
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65021010.680.75340.6210012.75
Hex41015064444B15564d
Octal101025014410411352514415
Binary1000001010101011001001000100100101110101010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410015; }

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

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

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

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

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

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

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

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