#390E0F

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

Shades of Rustic Red #390E0F

Tints of Rustic Red #390E0F

Color information

#390E0F (or 0x390E0F) is unknown color: approx Rustic Red. HEX triplet: 39, 0E and 0F. RGB value is (57,14,15). Sum of RGB (Red+Green+Blue) = 57+14+15=86 (11% of max value = 765). Red value is 57 (22.66% from 255 or 66.28% from 86); Green value is 14 (5.86% from 255 or 16.28% from 86); Blue value is 15 (6.25% from 255 or 17.44% from 86); Max value from RGB is 57 - color contains mainly: red. Hex color #390E0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390E0F is #C6F1F0. Grayscale: #1B1B1B. Windows color (decimal): -13038065 or 986681. OLE color: 986681.

HSL color Cylindrical-coordinate representation of color #390E0F: hue angle of 358.6º degrees, saturation: 0.61, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #390E0F is Cyan = 0, Magento = 0.75, Yellow = 0.74 and Black (K on CMYK) = 0.78.

Color convert

RGB571415-
CMYK00.750.740.78
HSL358.6º60.56%13.92%-
HSV(B)358.6º75.44%22.35%-
XYZ1.931.220.59-
YUV26.97121.25149.42-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 66.28%
GREEN value IS 14 (5.86% from 255) = 16.28%
BLUE value IS 15 (6.25% from 255) = 17.44%
R=66.28%
G=16.28%
B=17.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.74
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57141500.750.740.78358.660.5613.92
Hex39EF04B4A4E1673de
Octal71161701131121165477516
Binary1110011110111101001011100101010011101011001111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390E0F; }

 p { color: rgb(57,14,15); }

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

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

 a { background-color: rgb(57,14,15); }

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

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

 span { border-color: rgb(57,14,15); }

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