#391214

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

Shades of Rustic Red #391214

Tints of Rustic Red #391214

Color information

#391214 (or 0x391214) is unknown color: approx Rustic Red. HEX triplet: 39, 12 and 14. RGB value is (57,18,20). Sum of RGB (Red+Green+Blue) = 57+18+20=95 (12% of max value = 765). Red value is 57 (22.66% from 255 or 60% from 95); Green value is 18 (7.42% from 255 or 18.95% from 95); Blue value is 20 (8.20% from 255 or 21.05% from 95); Max value from RGB is 57 - color contains mainly: red. Hex color #391214 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #391214 is #C6EDEB. Grayscale: #1D1D1D. Windows color (decimal): -13037036 or 1315385. OLE color: 1315385.

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

Color convert

RGB571820-
CMYK00.680.650.78
HSL356.92º52%14.71%-
HSV(B)356.92º68.42%22.35%-
XYZ2.031.350.82-
YUV29.89122.42147.34-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 60%
GREEN value IS 18 (7.42% from 255) = 18.95%
BLUE value IS 20 (8.20% from 255) = 21.05%
R=60%
G=18.95%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.65
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57182000.680.650.78356.925214.71
Hex391214044414E16534f
Octal71222401041011165456417
Binary111001100101010001000100100000110011101011001011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391214; }

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

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

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

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

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

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

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

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