Html Css Color HEX #390207 Rustic Red

📋 copy color: '#390207'

red 57 ◦ green 2 ◦ blue 7

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

Shades of Rustic Red #390207

Tints of Rustic Red #390207

RGB

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

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

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

R = 86.36%
G = 3.03%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.88

 K value IS 0.78

RGB Variations

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

Color information

#390207 (or 0x390207) is known color: Rustic Red. HEX triplet: 39, 02 and 07. RGB value is (57,2,7). Sum of RGB (Red+Green+Blue) = 57+2+7=66 (8% of max value = 765). Red value is 57 (22.66% from 255 or 86.36% from 66); Green value is 2 (1.17% from 255 or 3.03% from 66); Blue value is 7 (3.12% from 255 or 10.61% from 66); Max value from RGB is 57 - color contains mainly: red. Hex color #390207 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390207 is #C6FDF8. Grayscale: #131313. Windows color (decimal): -13041145 or 459321. OLE color: 459321.

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

Color convert

RGB 57 2 7 -
CMYK 0 0.96 0.88 0.78
HSL 354.55º 0.93% 0.12% -
HSV(B) 354.55º 0.96% 0.22% -
XYZ 1.75 0.93 0.29 -
YUV 19.02 121.22 155.09 -
System Red Green Blue C M Y K H S L
Decimal 57 2 7 0 0.96 0.88 0.78 354.55 0.93 0.12
Hex 39 2 7 0 60 58 4E 163 5D C
Octal 71 2 7 0 140 130 116 543 135 14
Binary 111001 10 111 0 1100000 1011000 1001110 101100011 1011101 1100

Color Harmonies of #390207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390207

Black with #390207

Text Example


Text Example

White with #390207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390207; }

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

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

background-color css

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

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

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

border-color css

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

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

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