#411019

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

Shades of Rustic Red #411019

Tints of Rustic Red #411019

Color information

#411019 (or 0x411019) is unknown color: approx Rustic Red. HEX triplet: 41, 10 and 19. RGB value is (65,16,25). Sum of RGB (Red+Green+Blue) = 65+16+25=106 (14% of max value = 765). Red value is 65 (25.78% from 255 or 61.32% from 106); Green value is 16 (6.64% from 255 or 15.09% from 106); Blue value is 25 (10.16% from 255 or 23.58% from 106); Max value from RGB is 65 - color contains mainly: red. Hex color #411019 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411019 is #BEEFE6. Grayscale: #1F1F1F. Windows color (decimal): -12513255 or 1642561. OLE color: 1642561.

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

Color convert

RGB651625-
CMYK00.750.620.75
HSL348.98º60.49%15.88%-
HSV(B)348.98º75.38%25.49%-
XYZ2.541.561.09-
YUV31.68124.23151.77-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 61.32%
GREEN value IS 16 (6.64% from 255) = 15.09%
BLUE value IS 25 (10.16% from 255) = 23.58%
R=61.32%
G=15.09%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.62
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65162500.750.620.75348.9860.4915.88
Hex41101904B3E4B15d3c10
Octal10120310113761135357420
Binary1000001100001100101001011111110100101110101110111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411019; }

 p { color: rgb(65,16,25); }

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

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

 a { background-color: rgb(65,16,25); }

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

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

 span { border-color: rgb(65,16,25); }

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