Html Css Color HEX #390212 Rustic Red

📋 copy color: '#390212'

red 57 ◦ green 2 ◦ blue 18

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

Shades of Rustic Red #390212

Tints of Rustic Red #390212

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.6%

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

R = 74.03%
G = 2.6%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.68

 K value IS 0.78

RGB Variations

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

Color information

#390212 (or 0x390212) is known color: Rustic Red. HEX triplet: 39, 02 and 12. RGB value is (57,2,18). Sum of RGB (Red+Green+Blue) = 57+2+18=77 (10% of max value = 765). Red value is 57 (22.66% from 255 or 74.03% from 77); Green value is 2 (1.17% from 255 or 2.60% from 77); Blue value is 18 (7.42% from 255 or 23.38% from 77); Max value from RGB is 57 - color contains mainly: red. Hex color #390212 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390212 is #C6FDED. Grayscale: #141414. Windows color (decimal): -13041134 or 1180217. OLE color: 1180217.

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

Color convert

RGB 57 2 18 -
CMYK 0 0.96 0.68 0.78
HSL 342.55º 0.93% 0.12% -
HSV(B) 342.55º 0.96% 0.22% -
XYZ 1.82 0.96 0.66 -
YUV 20.27 126.72 154.2 -
System Red Green Blue C M Y K H S L
Decimal 57 2 18 0 0.96 0.68 0.78 342.55 0.93 0.12
Hex 39 2 12 0 60 44 4E 157 5D C
Octal 71 2 22 0 140 104 116 527 135 14
Binary 111001 10 10010 0 1100000 1000100 1001110 101010111 1011101 1100

Color Harmonies of #390212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390212

Black with #390212

Text Example


Text Example

White with #390212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390212; }

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

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

background-color css

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

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

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

border-color css

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

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

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