Html Css Color HEX #390007 Rustic Red

📋 copy color: '#390007'

red 57 ◦ green 0 ◦ blue 7

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

Shades of Rustic Red #390007

Tints of Rustic Red #390007

RGB

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

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

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

R = 89.06%
G = 0%
B = 10.94%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.88

 K value IS 0.78

RGB Variations

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

Color information

#390007 (or 0x390007) is known color: Rustic Red. HEX triplet: 39, 00 and 07. RGB value is (57,0,7). Sum of RGB (Red+Green+Blue) = 57+0+7=64 (8% of max value = 765). Red value is 57 (22.66% from 255 or 89.06% from 64); Green value is 0 (0.39% from 255 or 0% from 64); Blue value is 7 (3.12% from 255 or 10.94% from 64); Max value from RGB is 57 - color contains mainly: red. Hex color #390007 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390007 is #C6FFF8. Grayscale: #111111. Windows color (decimal): -13041657 or 458809. OLE color: 458809.

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

Color convert

RGB 57 0 7 -
CMYK 0 1 0.88 0.78
HSL 352.63º 1% 0.11% -
HSV(B) 352.63º 1% 0.22% -
XYZ 1.73 0.89 0.28 -
YUV 17.84 121.88 155.93 -
System Red Green Blue C M Y K H S L
Decimal 57 0 7 0 1 0.88 0.78 352.63 1 0.11
Hex 39 0 7 0 64 58 4E 161 64 B
Octal 71 0 7 0 144 130 116 541 144 13
Binary 111001 0 111 0 1100100 1011000 1001110 101100001 1100100 1011

Color Harmonies of #390007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390007

Black with #390007

Text Example


Text Example

White with #390007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390007; }

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

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

background-color css

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

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

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

border-color css

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

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

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