Html Css Color HEX #390C0F Rustic Red

📋 copy color: '#390C0F'

red 57 ◦ green 12 ◦ blue 15

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

Shades of Rustic Red #390C0F

Tints of Rustic Red #390C0F

RGB

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

 GREEN value IS 12 (5.08% from 255) = 14.29%

 BLUE value IS 15 (6.25% from 255) = 17.86%

R = 67.86%
G = 14.29%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.74

 K value IS 0.78

RGB Variations

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

Color information

#390C0F (or 0x390C0F) is known color: Rustic Red. HEX triplet: 39, 0C and 0F. RGB value is (57,12,15). Sum of RGB (Red+Green+Blue) = 57+12+15=84 (11% of max value = 765). Red value is 57 (22.66% from 255 or 67.86% from 84); Green value is 12 (5.08% from 255 or 14.29% from 84); Blue value is 15 (6.25% from 255 or 17.86% from 84); Max value from RGB is 57 - color contains mainly: red. Hex color #390C0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390C0F is #C6F3F0. Grayscale: #191919. Windows color (decimal): -13038577 or 986169. OLE color: 986169.

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

Color convert

RGB 57 12 15 -
CMYK 0 0.79 0.74 0.78
HSL 356º 0.65% 0.14% -
HSV(B) 356º 0.79% 0.22% -
XYZ 1.91 1.17 0.58 -
YUV 25.8 121.91 150.26 -
System Red Green Blue C M Y K H S L
Decimal 57 12 15 0 0.79 0.74 0.78 356 0.65 0.14
Hex 39 C F 0 4F 4A 4E 164 41 E
Octal 71 14 17 0 117 112 116 544 101 16
Binary 111001 1100 1111 0 1001111 1001010 1001110 101100100 1000001 1110

Color Harmonies of #390C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390C0F

Black with #390C0F

Text Example


Text Example

White with #390C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,12,15); }

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

background-color css

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

 a { background-color: rgb(57,12,15); }

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

border-color css

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

 span { border-color: rgb(57,12,15); }

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