Html Css Color HEX #390107 Rustic Red

📋 copy color: '#390107'

red 57 ◦ green 1 ◦ blue 7

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

Shades of Rustic Red #390107

Tints of Rustic Red #390107

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 10.77%

R = 87.69%
G = 1.54%
B = 10.77%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.88

 K value IS 0.78

RGB Variations

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

Color information

#390107 (or 0x390107) is known color: Rustic Red. HEX triplet: 39, 01 and 07. RGB value is (57,1,7). Sum of RGB (Red+Green+Blue) = 57+1+7=65 (8% of max value = 765). Red value is 57 (22.66% from 255 or 87.69% from 65); Green value is 1 (0.78% from 255 or 1.54% from 65); Blue value is 7 (3.12% from 255 or 10.77% from 65); Max value from RGB is 57 - color contains mainly: red. Hex color #390107 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390107 is #C6FEF8. Grayscale: #121212. Windows color (decimal): -13041401 or 459065. OLE color: 459065.

HSL color Cylindrical-coordinate representation of color #390107: hue angle of 353.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 #390107 is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 1 7 -
CMYK 0 0.98 0.88 0.78
HSL 353.57º 0.97% 0.11% -
HSV(B) 353.57º 0.98% 0.22% -
XYZ 1.74 0.91 0.28 -
YUV 18.43 121.55 155.51 -
System Red Green Blue C M Y K H S L
Decimal 57 1 7 0 0.98 0.88 0.78 353.57 0.97 0.11
Hex 39 1 7 0 62 58 4E 162 61 B
Octal 71 1 7 0 142 130 116 542 141 13
Binary 111001 1 111 0 1100010 1011000 1001110 101100010 1100001 1011

Color Harmonies of #390107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390107

Black with #390107

Text Example


Text Example

White with #390107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390107; }

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

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

background-color css

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

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

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

border-color css

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

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

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