Html Css Color HEX #390C19 Rustic Red

📋 copy color: '#390C19'

red 57 ◦ green 12 ◦ blue 25

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

Shades of Rustic Red #390C19

Tints of Rustic Red #390C19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 26.6%

R = 60.64%
G = 12.77%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.56

 K value IS 0.78

RGB Variations

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

Color information

#390C19 (or 0x390C19) is known color: Rustic Red. HEX triplet: 39, 0C and 19. RGB value is (57,12,25). Sum of RGB (Red+Green+Blue) = 57+12+25=94 (12% of max value = 765). Red value is 57 (22.66% from 255 or 60.64% from 94); Green value is 12 (5.08% from 255 or 12.77% from 94); Blue value is 25 (10.16% from 255 or 26.60% from 94); Max value from RGB is 57 - color contains mainly: red. Hex color #390C19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390C19 is #C6F3E6. Grayscale: #1A1A1A. Windows color (decimal): -13038567 or 1641529. OLE color: 1641529.

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

Color convert

RGB 57 12 25 -
CMYK 0 0.79 0.56 0.78
HSL 342.67º 0.65% 0.14% -
HSV(B) 342.67º 0.79% 0.22% -
XYZ 1.99 1.2 1.05 -
YUV 26.94 126.91 149.44 -
System Red Green Blue C M Y K H S L
Decimal 57 12 25 0 0.79 0.56 0.78 342.67 0.65 0.14
Hex 39 C 19 0 4F 38 4E 157 41 E
Octal 71 14 31 0 117 70 116 527 101 16
Binary 111001 1100 11001 0 1001111 111000 1001110 101010111 1000001 1110

Color Harmonies of #390C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390C19

Black with #390C19

Text Example


Text Example

White with #390C19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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