#40191A

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

Shades of Rustic Red #40191A

Tints of Rustic Red #40191A

Color information

#40191A (or 0x40191A) is unknown color: approx Rustic Red. HEX triplet: 40, 19 and 1A. RGB value is (64,25,26). Sum of RGB (Red+Green+Blue) = 64+25+26=115 (15% of max value = 765). Red value is 64 (25.39% from 255 or 55.65% from 115); Green value is 25 (10.16% from 255 or 21.74% from 115); Blue value is 26 (10.55% from 255 or 22.61% from 115); Max value from RGB is 64 - color contains mainly: red. Hex color #40191A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40191A is #BFE6E5. Grayscale: #242424. Windows color (decimal): -12576486 or 1710400. OLE color: 1710400.

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

Color convert

RGB642526-
CMYK00.610.590.75
HSL358.46º43.82%17.45%-
HSV(B)358.46º60.94%25.1%-
XYZ2.651.861.2-
YUV36.78121.92147.42-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 55.65%
GREEN value IS 25 (10.16% from 255) = 21.74%
BLUE value IS 26 (10.55% from 255) = 22.61%
R=55.65%
G=21.74%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.59
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64252600.610.590.75358.4643.8217.45
Hex40191A03D3B4B1662c11
Octal1003132075731135465421
Binary100000011001110100111101111011100101110110011010110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40191A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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