Html Css Color HEX #390412 Rustic Red

📋 copy color: '#390412'

red 57 ◦ green 4 ◦ blue 18

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

Shades of Rustic Red #390412

Tints of Rustic Red #390412

RGB

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

 GREEN value IS 4 (1.95% from 255) = 5.06%

 BLUE value IS 18 (7.42% from 255) = 22.78%

R = 72.15%
G = 5.06%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.68

 K value IS 0.78

RGB Variations

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

Color information

#390412 (or 0x390412) is known color: Rustic Red. HEX triplet: 39, 04 and 12. RGB value is (57,4,18). Sum of RGB (Red+Green+Blue) = 57+4+18=79 (10% of max value = 765). Red value is 57 (22.66% from 255 or 72.15% from 79); Green value is 4 (1.95% from 255 or 5.06% from 79); Blue value is 18 (7.42% from 255 or 22.78% from 79); Max value from RGB is 57 - color contains mainly: red. Hex color #390412 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390412 is #C6FBED. Grayscale: #151515. Windows color (decimal): -13040622 or 1180729. OLE color: 1180729.

HSL color Cylindrical-coordinate representation of color #390412: hue angle of 344.15º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #390412 is Cyan = 0, Magento = 0.93, Yellow = 0.68 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 4 18 -
CMYK 0 0.93 0.68 0.78
HSL 344.15º 0.87% 0.12% -
HSV(B) 344.15º 0.93% 0.22% -
XYZ 1.84 1 0.67 -
YUV 21.44 126.06 153.36 -
System Red Green Blue C M Y K H S L
Decimal 57 4 18 0 0.93 0.68 0.78 344.15 0.87 0.12
Hex 39 4 12 0 5D 44 4E 158 57 C
Octal 71 4 22 0 135 104 116 530 127 14
Binary 111001 100 10010 0 1011101 1000100 1001110 101011000 1010111 1100

Color Harmonies of #390412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390412

Black with #390412

Text Example


Text Example

White with #390412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390412; }

 p { color: rgb(57,4,18); }

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

background-color css

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

 a { background-color: rgb(57,4,18); }

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

border-color css

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

 span { border-color: rgb(57,4,18); }

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