Html Css Color HEX #390115 Rustic Red

📋 copy color: '#390115'

red 57 ◦ green 1 ◦ blue 21

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

Shades of Rustic Red #390115

Tints of Rustic Red #390115

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.27%

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

R = 72.15%
G = 1.27%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.63

 K value IS 0.78

RGB Variations

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

Color information

#390115 (or 0x390115) is known color: Rustic Red. HEX triplet: 39, 01 and 15. RGB value is (57,1,21). Sum of RGB (Red+Green+Blue) = 57+1+21=79 (10% of max value = 765). Red value is 57 (22.66% from 255 or 72.15% from 79); Green value is 1 (0.78% from 255 or 1.27% from 79); Blue value is 21 (8.59% from 255 or 26.58% from 79); Max value from RGB is 57 - color contains mainly: red. Hex color #390115 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390115 is #C6FEEA. Grayscale: #131313. Windows color (decimal): -13041387 or 1376569. OLE color: 1376569.

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

Color convert

RGB 57 1 21 -
CMYK 0 0.98 0.63 0.78
HSL 338.57º 0.97% 0.11% -
HSV(B) 338.57º 0.98% 0.22% -
XYZ 1.83 0.95 0.8 -
YUV 20.02 128.55 154.37 -
System Red Green Blue C M Y K H S L
Decimal 57 1 21 0 0.98 0.63 0.78 338.57 0.97 0.11
Hex 39 1 15 0 62 3F 4E 153 61 B
Octal 71 1 25 0 142 77 116 523 141 13
Binary 111001 1 10101 0 1100010 111111 1001110 101010011 1100001 1011

Color Harmonies of #390115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390115

Black with #390115

Text Example


Text Example

White with #390115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390115; }

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

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

background-color css

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

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

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

border-color css

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

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

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