Html Css Color HEX #390009 Rustic Red

📋 copy color: '#390009'

red 57 ◦ green 0 ◦ blue 9

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

Shades of Rustic Red #390009

Tints of Rustic Red #390009

RGB

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

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

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

R = 86.36%
G = 0%
B = 13.64%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.84

 K value IS 0.78

RGB Variations

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

Color information

#390009 (or 0x390009) is known color: Rustic Red. HEX triplet: 39, 00 and 09. RGB value is (57,0,9). Sum of RGB (Red+Green+Blue) = 57+0+9=66 (8% of max value = 765). Red value is 57 (22.66% from 255 or 86.36% from 66); Green value is 0 (0.39% from 255 or 0% from 66); Blue value is 9 (3.91% from 255 or 13.64% from 66); Max value from RGB is 57 - color contains mainly: red. Hex color #390009 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390009 is #C6FFF6. Grayscale: #121212. Windows color (decimal): -13041655 or 589881. OLE color: 589881.

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

Color convert

RGB 57 0 9 -
CMYK 0 1 0.84 0.78
HSL 350.53º 1% 0.11% -
HSV(B) 350.53º 1% 0.22% -
XYZ 1.74 0.89 0.34 -
YUV 18.07 122.88 155.77 -
System Red Green Blue C M Y K H S L
Decimal 57 0 9 0 1 0.84 0.78 350.53 1 0.11
Hex 39 0 9 0 64 54 4E 15F 64 B
Octal 71 0 11 0 144 124 116 537 144 13
Binary 111001 0 1001 0 1100100 1010100 1001110 101011111 1100100 1011

Color Harmonies of #390009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390009

Black with #390009

Text Example


Text Example

White with #390009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390009; }

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

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

background-color css

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

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

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

border-color css

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

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

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