Html Css Color HEX #390209 Rustic Red

📋 copy color: '#390209'

red 57 ◦ green 2 ◦ blue 9

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

Shades of Rustic Red #390209

Tints of Rustic Red #390209

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 13.24%

R = 83.82%
G = 2.94%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.84

 K value IS 0.78

RGB Variations

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

Color information

#390209 (or 0x390209) is known color: Rustic Red. HEX triplet: 39, 02 and 09. RGB value is (57,2,9). Sum of RGB (Red+Green+Blue) = 57+2+9=68 (9% of max value = 765). Red value is 57 (22.66% from 255 or 83.82% from 68); Green value is 2 (1.17% from 255 or 2.94% from 68); Blue value is 9 (3.91% from 255 or 13.24% from 68); Max value from RGB is 57 - color contains mainly: red. Hex color #390209 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390209 is #C6FDF6. Grayscale: #131313. Windows color (decimal): -13041143 or 590393. OLE color: 590393.

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

Color convert

RGB 57 2 9 -
CMYK 0 0.96 0.84 0.78
HSL 352.36º 0.93% 0.12% -
HSV(B) 352.36º 0.96% 0.22% -
XYZ 1.76 0.93 0.35 -
YUV 19.24 122.22 154.93 -
System Red Green Blue C M Y K H S L
Decimal 57 2 9 0 0.96 0.84 0.78 352.36 0.93 0.12
Hex 39 2 9 0 60 54 4E 160 5D C
Octal 71 2 11 0 140 124 116 540 135 14
Binary 111001 10 1001 0 1100000 1010100 1001110 101100000 1011101 1100

Color Harmonies of #390209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390209

Black with #390209

Text Example


Text Example

White with #390209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390209; }

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

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

background-color css

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

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

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

border-color css

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

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

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