Html Css Color HEX #390204 Rustic Red

📋 copy color: '#390204'

red 57 ◦ green 2 ◦ blue 4

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

Shades of Rustic Red #390204

Tints of Rustic Red #390204

RGB

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

 GREEN value IS 2 (1.17% from 255) = 3.17%

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

R = 90.48%
G = 3.17%
B = 6.35%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.93

 K value IS 0.78

RGB Variations

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

Color information

#390204 (or 0x390204) is known color: Rustic Red. HEX triplet: 39, 02 and 04. RGB value is (57,2,4). Sum of RGB (Red+Green+Blue) = 57+2+4=63 (8% of max value = 765). Red value is 57 (22.66% from 255 or 90.48% from 63); Green value is 2 (1.17% from 255 or 3.17% from 63); Blue value is 4 (1.95% from 255 or 6.35% from 63); Max value from RGB is 57 - color contains mainly: red. Hex color #390204 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390204 is #C6FDFB. Grayscale: #121212. Windows color (decimal): -13041148 or 262713. OLE color: 262713.

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

Color convert

RGB 57 2 4 -
CMYK 0 0.96 0.93 0.78
HSL 357.82º 0.93% 0.12% -
HSV(B) 357.82º 0.96% 0.22% -
XYZ 1.73 0.92 0.2 -
YUV 18.67 119.72 155.34 -
System Red Green Blue C M Y K H S L
Decimal 57 2 4 0 0.96 0.93 0.78 357.82 0.93 0.12
Hex 39 2 4 0 60 5D 4E 166 5D C
Octal 71 2 4 0 140 135 116 546 135 14
Binary 111001 10 100 0 1100000 1011101 1001110 101100110 1011101 1100

Color Harmonies of #390204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390204

Black with #390204

Text Example


Text Example

White with #390204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390204; }

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

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

background-color css

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

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

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

border-color css

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

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

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