Html Css Color HEX #390106 Rustic Red

📋 copy color: '#390106'

red 57 ◦ green 1 ◦ blue 6

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

Shades of Rustic Red #390106

Tints of Rustic Red #390106

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.56%

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

R = 89.06%
G = 1.56%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.89

 K value IS 0.78

RGB Variations

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

Color information

#390106 (or 0x390106) is known color: Rustic Red. HEX triplet: 39, 01 and 06. RGB value is (57,1,6). Sum of RGB (Red+Green+Blue) = 57+1+6=64 (8% of max value = 765). Red value is 57 (22.66% from 255 or 89.06% from 64); Green value is 1 (0.78% from 255 or 1.56% from 64); Blue value is 6 (2.73% from 255 or 9.38% from 64); Max value from RGB is 57 - color contains mainly: red. Hex color #390106 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390106 is #C6FEF9. Grayscale: #121212. Windows color (decimal): -13041402 or 393529. OLE color: 393529.

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

Color convert

RGB 57 1 6 -
CMYK 0 0.98 0.89 0.78
HSL 354.64º 0.97% 0.11% -
HSV(B) 354.64º 0.98% 0.22% -
XYZ 1.73 0.9 0.26 -
YUV 18.31 121.05 155.59 -
System Red Green Blue C M Y K H S L
Decimal 57 1 6 0 0.98 0.89 0.78 354.64 0.97 0.11
Hex 39 1 6 0 62 59 4E 163 61 B
Octal 71 1 6 0 142 131 116 543 141 13
Binary 111001 1 110 0 1100010 1011001 1001110 101100011 1100001 1011

Color Harmonies of #390106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390106

Black with #390106

Text Example


Text Example

White with #390106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390106; }

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

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

background-color css

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

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

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

border-color css

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

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

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