#390B14

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

Shades of Rustic Red #390B14

Tints of Rustic Red #390B14

Color information

#390B14 (or 0x390B14) is unknown color: approx Rustic Red. HEX triplet: 39, 0B and 14. RGB value is (57,11,20). Sum of RGB (Red+Green+Blue) = 57+11+20=88 (11% of max value = 765). Red value is 57 (22.66% from 255 or 64.77% from 88); Green value is 11 (4.69% from 255 or 12.5% from 88); Blue value is 20 (8.20% from 255 or 22.73% from 88); Max value from RGB is 57 - color contains mainly: red. Hex color #390B14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390B14 is #C6F4EB. Grayscale: #191919. Windows color (decimal): -13038828 or 1313593. OLE color: 1313593.

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

Color convert

RGB571120-
CMYK00.810.650.78
HSL348.26º67.65%13.33%-
HSV(B)348.26º80.7%22.35%-
XYZ1.931.160.78-
YUV25.78124.74150.27-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 64.77%
GREEN value IS 11 (4.69% from 255) = 12.5%
BLUE value IS 20 (8.20% from 255) = 22.73%
R=64.77%
G=12.5%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.65
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57112000.810.650.78348.2667.6513.33
Hex39B14051414E15c44d
Octal711324012110111653410415
Binary111001101110100010100011000001100111010101110010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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