#391518

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

Shades of Rustic Red #391518

Tints of Rustic Red #391518

Color information

#391518 (or 0x391518) is unknown color: approx Rustic Red. HEX triplet: 39, 15 and 18. RGB value is (57,21,24). Sum of RGB (Red+Green+Blue) = 57+21+24=102 (13% of max value = 765). Red value is 57 (22.66% from 255 or 55.88% from 102); Green value is 21 (8.59% from 255 or 20.59% from 102); Blue value is 24 (9.77% from 255 or 23.53% from 102); Max value from RGB is 57 - color contains mainly: red. Hex color #391518 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #391518 is #C6EAE7. Grayscale: #202020. Windows color (decimal): -13036264 or 1578297. OLE color: 1578297.

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

Color convert

RGB572124-
CMYK00.630.580.78
HSL355º46.15%15.29%-
HSV(B)355º63.16%22.35%-
XYZ2.121.471.04-
YUV32.11123.43145.76-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 55.88%
GREEN value IS 21 (8.59% from 255) = 20.59%
BLUE value IS 24 (9.77% from 255) = 23.53%
R=55.88%
G=20.59%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.58
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57212400.630.580.7835546.1515.29
Hex39151803F3A4E1632ef
Octal712530077721165435617
Binary1110011010111000011111111101010011101011000111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391518; }

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

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

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

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

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

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

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

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