#41191A

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

Shades of Rustic Red #41191A

Tints of Rustic Red #41191A

Color information

#41191A (or 0x41191A) is unknown color: approx Rustic Red. HEX triplet: 41, 19 and 1A. RGB value is (65,25,26). Sum of RGB (Red+Green+Blue) = 65+25+26=116 (15% of max value = 765). Red value is 65 (25.78% from 255 or 56.03% from 116); Green value is 25 (10.16% from 255 or 21.55% from 116); Blue value is 26 (10.55% from 255 or 22.41% from 116); Max value from RGB is 65 - color contains mainly: red. Hex color #41191A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41191A is #BEE6E5. Grayscale: #252525. Windows color (decimal): -12510950 or 1710401. OLE color: 1710401.

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

Color convert

RGB652526-
CMYK00.620.600.75
HSL358.5º44.44%17.65%-
HSV(B)358.5º61.54%25.49%-
XYZ2.711.891.2-
YUV37.07121.75147.92-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 56.03%
GREEN value IS 25 (10.16% from 255) = 21.55%
BLUE value IS 26 (10.55% from 255) = 22.41%
R=56.03%
G=21.55%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.60
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65252600.620.600.75358.544.4417.65
Hex41191A03E3C4B1662c12
Octal1013132076741135465422
Binary100000111001110100111110111100100101110110011010110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41191A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41191A; }

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

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

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

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

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

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

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

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