Html Css Color HEX #390307 Rustic Red

📋 copy color: '#390307'

red 57 ◦ green 3 ◦ blue 7

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

Shades of Rustic Red #390307

Tints of Rustic Red #390307

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 10.45%

R = 85.07%
G = 4.48%
B = 10.45%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.88

 K value IS 0.78

RGB Variations

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

Color information

#390307 (or 0x390307) is known color: Rustic Red. HEX triplet: 39, 03 and 07. RGB value is (57,3,7). Sum of RGB (Red+Green+Blue) = 57+3+7=67 (8% of max value = 765). Red value is 57 (22.66% from 255 or 85.07% from 67); Green value is 3 (1.56% from 255 or 4.48% from 67); Blue value is 7 (3.12% from 255 or 10.45% from 67); Max value from RGB is 57 - color contains mainly: red. Hex color #390307 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390307 is #C6FCF8. Grayscale: #131313. Windows color (decimal): -13040889 or 459577. OLE color: 459577.

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

Color convert

RGB 57 3 7 -
CMYK 0 0.95 0.88 0.78
HSL 355.56º 0.9% 0.12% -
HSV(B) 355.56º 0.95% 0.22% -
XYZ 1.76 0.95 0.29 -
YUV 19.6 120.89 154.67 -
System Red Green Blue C M Y K H S L
Decimal 57 3 7 0 0.95 0.88 0.78 355.56 0.9 0.12
Hex 39 3 7 0 5F 58 4E 164 5A C
Octal 71 3 7 0 137 130 116 544 132 14
Binary 111001 11 111 0 1011111 1011000 1001110 101100100 1011010 1100

Color Harmonies of #390307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390307

Black with #390307

Text Example


Text Example

White with #390307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390307; }

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

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

background-color css

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

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

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

border-color css

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

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

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