#391418

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

Shades of Rustic Red #391418

Tints of Rustic Red #391418

Color information

#391418 (or 0x391418) is unknown color: approx Rustic Red. HEX triplet: 39, 14 and 18. RGB value is (57,20,24). Sum of RGB (Red+Green+Blue) = 57+20+24=101 (13% of max value = 765). Red value is 57 (22.66% from 255 or 56.44% from 101); Green value is 20 (8.20% from 255 or 19.80% from 101); Blue value is 24 (9.77% from 255 or 23.76% from 101); Max value from RGB is 57 - color contains mainly: red. Hex color #391418 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #391418 is #C6EBE7. Grayscale: #1F1F1F. Windows color (decimal): -13036520 or 1578041. OLE color: 1578041.

HSL color Cylindrical-coordinate representation of color #391418: hue angle of 353.51º degrees, saturation: 0.48, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #391418 is Cyan = 0, Magento = 0.65, Yellow = 0.58 and Black (K on CMYK) = 0.78.

Color convert

RGB572024-
CMYK00.650.580.78
HSL353.51º48.05%15.1%-
HSV(B)353.51º64.91%22.35%-
XYZ2.11.441.03-
YUV31.52123.76146.17-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 56.44%
GREEN value IS 20 (8.20% from 255) = 19.80%
BLUE value IS 24 (9.77% from 255) = 23.76%
R=56.44%
G=19.80%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.58
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57202400.650.580.78353.5148.0515.1
Hex3914180413A4E16230f
Octal7124300101721165426017
Binary11100110100110000100000111101010011101011000101100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391418; }

 p { color: rgb(57,20,24); }

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

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

 a { background-color: rgb(57,20,24); }

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

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

 span { border-color: rgb(57,20,24); }

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