Html Css Color HEX #390C10 Rustic Red

📋 copy color: '#390C10'

red 57 ◦ green 12 ◦ blue 16

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

Shades of Rustic Red #390C10

Tints of Rustic Red #390C10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 18.82%

R = 67.06%
G = 14.12%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.72

 K value IS 0.78

RGB Variations

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

Color information

#390C10 (or 0x390C10) is known color: Rustic Red. HEX triplet: 39, 0C and 10. RGB value is (57,12,16). Sum of RGB (Red+Green+Blue) = 57+12+16=85 (11% of max value = 765). Red value is 57 (22.66% from 255 or 67.06% from 85); Green value is 12 (5.08% from 255 or 14.12% from 85); Blue value is 16 (6.64% from 255 or 18.82% from 85); Max value from RGB is 57 - color contains mainly: red. Hex color #390C10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390C10 is #C6F3EF. Grayscale: #191919. Windows color (decimal): -13038576 or 1051705. OLE color: 1051705.

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

Color convert

RGB 57 12 16 -
CMYK 0 0.79 0.72 0.78
HSL 354.67º 0.65% 0.14% -
HSV(B) 354.67º 0.79% 0.22% -
XYZ 1.91 1.17 0.62 -
YUV 25.91 122.41 150.17 -
System Red Green Blue C M Y K H S L
Decimal 57 12 16 0 0.79 0.72 0.78 354.67 0.65 0.14
Hex 39 C 10 0 4F 48 4E 163 41 E
Octal 71 14 20 0 117 110 116 543 101 16
Binary 111001 1100 10000 0 1001111 1001000 1001110 101100011 1000001 1110

Color Harmonies of #390C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390C10

Black with #390C10

Text Example


Text Example

White with #390C10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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