Html Css Color HEX #390B0E Rustic Red

📋 copy color: '#390B0E'

red 57 ◦ green 11 ◦ blue 14

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

Shades of Rustic Red #390B0E

Tints of Rustic Red #390B0E

RGB

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

 GREEN value IS 11 (4.69% from 255) = 13.41%

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

R = 69.51%
G = 13.41%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.75

 K value IS 0.78

RGB Variations

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

Color information

#390B0E (or 0x390B0E) is known color: Rustic Red. HEX triplet: 39, 0B and 0E. RGB value is (57,11,14). Sum of RGB (Red+Green+Blue) = 57+11+14=82 (10% of max value = 765). Red value is 57 (22.66% from 255 or 69.51% from 82); Green value is 11 (4.69% from 255 or 13.41% from 82); Blue value is 14 (5.86% from 255 or 17.07% from 82); Max value from RGB is 57 - color contains mainly: red. Hex color #390B0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390B0E is #C6F4F1. Grayscale: #191919. Windows color (decimal): -13038834 or 920377. OLE color: 920377.

HSL color Cylindrical-coordinate representation of color #390B0E: hue angle of 356.09º 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 #390B0E is Cyan = 0, Magento = 0.81, Yellow = 0.75 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 11 14 -
CMYK 0 0.81 0.75 0.78
HSL 356.09º 0.68% 0.13% -
HSV(B) 356.09º 0.81% 0.22% -
XYZ 1.89 1.14 0.54 -
YUV 25.1 121.74 150.76 -
System Red Green Blue C M Y K H S L
Decimal 57 11 14 0 0.81 0.75 0.78 356.09 0.68 0.13
Hex 39 B E 0 51 4B 4E 164 44 D
Octal 71 13 16 0 121 113 116 544 104 15
Binary 111001 1011 1110 0 1010001 1001011 1001110 101100100 1000100 1101

Color Harmonies of #390B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390B0E

Black with #390B0E

Text Example


Text Example

White with #390B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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