Html Css Color HEX #390004 Rustic Red

📋 copy color: '#390004'

red 57 ◦ green 0 ◦ blue 4

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

Shades of Rustic Red #390004

Tints of Rustic Red #390004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 6.56%

R = 93.44%
G = 0%
B = 6.56%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.93

 K value IS 0.78

RGB Variations

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

Color information

#390004 (or 0x390004) is known color: Rustic Red. HEX triplet: 39, 00 and 04. RGB value is (57,0,4). Sum of RGB (Red+Green+Blue) = 57+0+4=61 (8% of max value = 765). Red value is 57 (22.66% from 255 or 93.44% from 61); Green value is 0 (0.39% from 255 or 0% from 61); Blue value is 4 (1.95% from 255 or 6.56% from 61); Max value from RGB is 57 - color contains mainly: red. Hex color #390004 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390004 is #C6FFFB. Grayscale: #111111. Windows color (decimal): -13041660 or 262201. OLE color: 262201.

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

Color convert

RGB 57 0 4 -
CMYK 0 1 0.93 0.78
HSL 355.79º 1% 0.11% -
HSV(B) 355.79º 1% 0.22% -
XYZ 1.71 0.88 0.19 -
YUV 17.5 120.38 156.17 -
System Red Green Blue C M Y K H S L
Decimal 57 0 4 0 1 0.93 0.78 355.79 1 0.11
Hex 39 0 4 0 64 5D 4E 164 64 B
Octal 71 0 4 0 144 135 116 544 144 13
Binary 111001 0 100 0 1100100 1011101 1001110 101100100 1100100 1011

Color Harmonies of #390004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390004

Black with #390004

Text Example


Text Example

White with #390004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390004; }

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

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

background-color css

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

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

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

border-color css

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

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

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