Html Css Color HEX #390B11 Rustic Red

📋 copy color: '#390B11'

red 57 ◦ green 11 ◦ blue 17

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

Shades of Rustic Red #390B11

Tints of Rustic Red #390B11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 20%

R = 67.06%
G = 12.94%
B = 20%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.70

 K value IS 0.78

RGB Variations

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

Color information

#390B11 (or 0x390B11) is known color: Rustic Red. HEX triplet: 39, 0B and 11. RGB value is (57,11,17). Sum of RGB (Red+Green+Blue) = 57+11+17=85 (11% of max value = 765). Red value is 57 (22.66% from 255 or 67.06% from 85); Green value is 11 (4.69% from 255 or 12.94% from 85); Blue value is 17 (7.03% from 255 or 20% from 85); Max value from RGB is 57 - color contains mainly: red. Hex color #390B11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390B11 is #C6F4EE. Grayscale: #191919. Windows color (decimal): -13038831 or 1116985. OLE color: 1116985.

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

Color convert

RGB 57 11 17 -
CMYK 0 0.81 0.70 0.78
HSL 352.17º 0.68% 0.13% -
HSV(B) 352.17º 0.81% 0.22% -
XYZ 1.91 1.15 0.65 -
YUV 25.44 123.24 150.51 -
System Red Green Blue C M Y K H S L
Decimal 57 11 17 0 0.81 0.70 0.78 352.17 0.68 0.13
Hex 39 B 11 0 51 46 4E 160 44 D
Octal 71 13 21 0 121 106 116 540 104 15
Binary 111001 1011 10001 0 1010001 1000110 1001110 101100000 1000100 1101

Color Harmonies of #390B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390B11

Black with #390B11

Text Example


Text Example

White with #390B11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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