#390214

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

Shades of Rustic Red #390214

Tints of Rustic Red #390214

Color information

#390214 (or 0x390214) is unknown color: approx Rustic Red. HEX triplet: 39, 02 and 14. RGB value is (57,2,20). Sum of RGB (Red+Green+Blue) = 57+2+20=79 (10% of max value = 765). Red value is 57 (22.66% from 255 or 72.15% from 79); Green value is 2 (1.17% from 255 or 2.53% from 79); Blue value is 20 (8.20% from 255 or 25.32% from 79); Max value from RGB is 57 - color contains mainly: red. Hex color #390214 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390214 is #C6FDEB. Grayscale: #141414. Windows color (decimal): -13041132 or 1311289. OLE color: 1311289.

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

Color convert

RGB57220-
CMYK00.960.650.78
HSL340.36º93.22%11.57%-
HSV(B)340.36º96.49%22.35%-
XYZ1.840.960.75-
YUV20.5127.72154.04-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 72.15%
GREEN value IS 2 (1.17% from 255) = 2.53%
BLUE value IS 20 (8.20% from 255) = 25.32%
R=72.15%
G=2.53%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.65
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5722000.960.650.78340.3693.2211.57
Hex39214060414E1545dc
Octal71224014010111652413514
Binary1110011010100011000001000001100111010101010010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390214; }

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

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

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

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

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

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

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

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