Html Css Color HEX #390508 Rustic Red

📋 copy color: '#390508'

red 57 ◦ green 5 ◦ blue 8

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

Shades of Rustic Red #390508

Tints of Rustic Red #390508

RGB

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

 GREEN value IS 5 (2.34% from 255) = 7.14%

 BLUE value IS 8 (3.52% from 255) = 11.43%

R = 81.43%
G = 7.14%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.86

 K value IS 0.78

RGB Variations

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

Color information

#390508 (or 0x390508) is known color: Rustic Red. HEX triplet: 39, 05 and 08. RGB value is (57,5,8). Sum of RGB (Red+Green+Blue) = 57+5+8=70 (9% of max value = 765). Red value is 57 (22.66% from 255 or 81.43% from 70); Green value is 5 (2.34% from 255 or 7.14% from 70); Blue value is 8 (3.52% from 255 or 11.43% from 70); Max value from RGB is 57 - color contains mainly: red. Hex color #390508 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390508 is #C6FAF7. Grayscale: #141414. Windows color (decimal): -13040376 or 525625. OLE color: 525625.

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

Color convert

RGB 57 5 8 -
CMYK 0 0.91 0.86 0.78
HSL 356.54º 0.84% 0.12% -
HSV(B) 356.54º 0.91% 0.22% -
XYZ 1.79 1 0.33 -
YUV 20.89 120.73 153.76 -
System Red Green Blue C M Y K H S L
Decimal 57 5 8 0 0.91 0.86 0.78 356.54 0.84 0.12
Hex 39 5 8 0 5B 56 4E 165 54 C
Octal 71 5 10 0 133 126 116 545 124 14
Binary 111001 101 1000 0 1011011 1010110 1001110 101100101 1010100 1100

Color Harmonies of #390508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390508

Black with #390508

Text Example


Text Example

White with #390508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390508; }

 p { color: rgb(57,5,8); }

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

background-color css

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

 a { background-color: rgb(57,5,8); }

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

border-color css

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

 span { border-color: rgb(57,5,8); }

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