Html Css Color HEX #390B16 Rustic Red

📋 copy color: '#390B16'

red 57 ◦ green 11 ◦ blue 22

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

Shades of Rustic Red #390B16

Tints of Rustic Red #390B16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 24.44%

R = 63.33%
G = 12.22%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.61

 K value IS 0.78

RGB Variations

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

Color information

#390B16 (or 0x390B16) is known color: Rustic Red. HEX triplet: 39, 0B and 16. RGB value is (57,11,22). Sum of RGB (Red+Green+Blue) = 57+11+22=90 (11% of max value = 765). Red value is 57 (22.66% from 255 or 63.33% from 90); Green value is 11 (4.69% from 255 or 12.22% from 90); Blue value is 22 (8.98% from 255 or 24.44% from 90); Max value from RGB is 57 - color contains mainly: red. Hex color #390B16 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390B16 is #C6F4E9. Grayscale: #1A1A1A. Windows color (decimal): -13038826 or 1444665. OLE color: 1444665.

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

Color convert

RGB 57 11 22 -
CMYK 0 0.81 0.61 0.78
HSL 345.65º 0.68% 0.13% -
HSV(B) 345.65º 0.81% 0.22% -
XYZ 1.95 1.17 0.88 -
YUV 26.01 125.74 150.11 -
System Red Green Blue C M Y K H S L
Decimal 57 11 22 0 0.81 0.61 0.78 345.65 0.68 0.13
Hex 39 B 16 0 51 3D 4E 15A 44 D
Octal 71 13 26 0 121 75 116 532 104 15
Binary 111001 1011 10110 0 1010001 111101 1001110 101011010 1000100 1101

Color Harmonies of #390B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390B16

Black with #390B16

Text Example


Text Example

White with #390B16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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