Html Css Color HEX #390306 Rustic Red

📋 copy color: '#390306'

red 57 ◦ green 3 ◦ blue 6

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

Shades of Rustic Red #390306

Tints of Rustic Red #390306

RGB

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

 GREEN value IS 3 (1.56% from 255) = 4.55%

 BLUE value IS 6 (2.73% from 255) = 9.09%

R = 86.36%
G = 4.55%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.89

 K value IS 0.78

RGB Variations

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

Color information

#390306 (or 0x390306) is known color: Rustic Red. HEX triplet: 39, 03 and 06. RGB value is (57,3,6). Sum of RGB (Red+Green+Blue) = 57+3+6=66 (8% of max value = 765). Red value is 57 (22.66% from 255 or 86.36% from 66); Green value is 3 (1.56% from 255 or 4.55% from 66); Blue value is 6 (2.73% from 255 or 9.09% from 66); Max value from RGB is 57 - color contains mainly: red. Hex color #390306 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390306 is #C6FCF9. Grayscale: #131313. Windows color (decimal): -13040890 or 394041. OLE color: 394041.

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

Color convert

RGB 57 3 6 -
CMYK 0 0.95 0.89 0.78
HSL 356.67º 0.9% 0.12% -
HSV(B) 356.67º 0.95% 0.22% -
XYZ 1.75 0.95 0.26 -
YUV 19.49 120.39 154.76 -
System Red Green Blue C M Y K H S L
Decimal 57 3 6 0 0.95 0.89 0.78 356.67 0.9 0.12
Hex 39 3 6 0 5F 59 4E 165 5A C
Octal 71 3 6 0 137 131 116 545 132 14
Binary 111001 11 110 0 1011111 1011001 1001110 101100101 1011010 1100

Color Harmonies of #390306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390306

Black with #390306

Text Example


Text Example

White with #390306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390306; }

 p { color: rgb(57,3,6); }

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

background-color css

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

 a { background-color: rgb(57,3,6); }

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

border-color css

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

 span { border-color: rgb(57,3,6); }

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