Html Css Color HEX #390D0E Rustic Red

📋 copy color: '#390D0E'

red 57 ◦ green 13 ◦ blue 14

#390D0E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rustic Red #390D0E

Tints of Rustic Red #390D0E

RGB

 RED value IS 57 (22.66% from 255) = 67.86%

 GREEN value IS 13 (5.47% from 255) = 15.48%

 BLUE value IS 14 (5.86% from 255) = 16.67%

R = 67.86%
G = 15.48%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.75

 K value IS 0.78

RGB Variations

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

Color information

#390D0E (or 0x390D0E) is known color: Rustic Red. HEX triplet: 39, 0D and 0E. RGB value is (57,13,14). Sum of RGB (Red+Green+Blue) = 57+13+14=84 (11% of max value = 765). Red value is 57 (22.66% from 255 or 67.86% from 84); Green value is 13 (5.47% from 255 or 15.48% from 84); Blue value is 14 (5.86% from 255 or 16.67% from 84); Max value from RGB is 57 - color contains mainly: red. Hex color #390D0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390D0E is #C6F2F1. Grayscale: #1A1A1A. Windows color (decimal): -13038322 or 920889. OLE color: 920889.

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

Color convert

RGB 57 13 14 -
CMYK 0 0.77 0.75 0.78
HSL 358.64º 0.63% 0.14% -
HSV(B) 358.64º 0.77% 0.22% -
XYZ 1.91 1.19 0.54 -
YUV 26.27 121.08 149.92 -
System Red Green Blue C M Y K H S L
Decimal 57 13 14 0 0.77 0.75 0.78 358.64 0.63 0.14
Hex 39 D E 0 4D 4B 4E 167 3F E
Octal 71 15 16 0 115 113 116 547 77 16
Binary 111001 1101 1110 0 1001101 1001011 1001110 101100111 111111 1110

Color Harmonies of #390D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390D0E

Black with #390D0E

Text Example


Text Example

White with #390D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #390D0E;
 }
 .AnyTagClassName
 {
   color: #390D0E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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