Html Css Color HEX #390405 Rustic Red

📋 copy color: '#390405'

red 57 ◦ green 4 ◦ blue 5

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

Shades of Rustic Red #390405

Tints of Rustic Red #390405

RGB

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

 GREEN value IS 4 (1.95% from 255) = 6.06%

 BLUE value IS 5 (2.34% from 255) = 7.58%

R = 86.36%
G = 6.06%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.91

 K value IS 0.78

RGB Variations

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

Color information

#390405 (or 0x390405) is known color: Rustic Red. HEX triplet: 39, 04 and 05. RGB value is (57,4,5). Sum of RGB (Red+Green+Blue) = 57+4+5=66 (8% of max value = 765). Red value is 57 (22.66% from 255 or 86.36% from 66); Green value is 4 (1.95% from 255 or 6.06% from 66); Blue value is 5 (2.34% from 255 or 7.58% from 66); Max value from RGB is 57 - color contains mainly: red. Hex color #390405 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390405 is #C6FBFA. Grayscale: #141414. Windows color (decimal): -13040635 or 328761. OLE color: 328761.

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

Color convert

RGB 57 4 5 -
CMYK 0 0.93 0.91 0.78
HSL 358.87º 0.87% 0.12% -
HSV(B) 358.87º 0.93% 0.22% -
XYZ 1.76 0.97 0.24 -
YUV 19.96 119.56 154.42 -
System Red Green Blue C M Y K H S L
Decimal 57 4 5 0 0.93 0.91 0.78 358.87 0.87 0.12
Hex 39 4 5 0 5D 5B 4E 167 57 C
Octal 71 4 5 0 135 133 116 547 127 14
Binary 111001 100 101 0 1011101 1011011 1001110 101100111 1010111 1100

Color Harmonies of #390405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390405

Black with #390405

Text Example


Text Example

White with #390405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390405; }

 p { color: rgb(57,4,5); }

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

background-color css

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

 a { background-color: rgb(57,4,5); }

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

border-color css

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

 span { border-color: rgb(57,4,5); }

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