Html Css Color HEX #390015 Rustic Red

📋 copy color: '#390015'

red 57 ◦ green 0 ◦ blue 21

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

Shades of Rustic Red #390015

Tints of Rustic Red #390015

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 21 (8.59% from 255) = 26.92%

R = 73.08%
G = 0%
B = 26.92%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.63

 K value IS 0.78

RGB Variations

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

Color information

#390015 (or 0x390015) is known color: Rustic Red. HEX triplet: 39, 00 and 15. RGB value is (57,0,21). Sum of RGB (Red+Green+Blue) = 57+0+21=78 (10% of max value = 765). Red value is 57 (22.66% from 255 or 73.08% from 78); Green value is 0 (0.39% from 255 or 0% from 78); Blue value is 21 (8.59% from 255 or 26.92% from 78); Max value from RGB is 57 - color contains mainly: red. Hex color #390015 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390015 is #C6FFEA. Grayscale: #131313. Windows color (decimal): -13041643 or 1376313. OLE color: 1376313.

HSL color Cylindrical-coordinate representation of color #390015: hue angle of 337.89º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #390015 is Cyan = 0, Magento = 1, Yellow = 0.63 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 0 21 -
CMYK 0 1 0.63 0.78
HSL 337.89º 1% 0.11% -
HSV(B) 337.89º 1% 0.22% -
XYZ 1.82 0.92 0.79 -
YUV 19.44 128.88 154.79 -
System Red Green Blue C M Y K H S L
Decimal 57 0 21 0 1 0.63 0.78 337.89 1 0.11
Hex 39 0 15 0 64 3F 4E 152 64 B
Octal 71 0 25 0 144 77 116 522 144 13
Binary 111001 0 10101 0 1100100 111111 1001110 101010010 1100100 1011

Color Harmonies of #390015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390015

Black with #390015

Text Example


Text Example

White with #390015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390015; }

 p { color: rgb(57,0,21); }

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

background-color css

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

 a { background-color: rgb(57,0,21); }

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

border-color css

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

 span { border-color: rgb(57,0,21); }

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