Html Css Color HEX #390208 Rustic Red

📋 copy color: '#390208'

red 57 ◦ green 2 ◦ blue 8

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

Shades of Rustic Red #390208

Tints of Rustic Red #390208

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 11.94%

R = 85.07%
G = 2.99%
B = 11.94%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.86

 K value IS 0.78

RGB Variations

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

Color information

#390208 (or 0x390208) is known color: Rustic Red. HEX triplet: 39, 02 and 08. RGB value is (57,2,8). Sum of RGB (Red+Green+Blue) = 57+2+8=67 (8% of max value = 765). Red value is 57 (22.66% from 255 or 85.07% from 67); Green value is 2 (1.17% from 255 or 2.99% from 67); Blue value is 8 (3.52% from 255 or 11.94% from 67); Max value from RGB is 57 - color contains mainly: red. Hex color #390208 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390208 is #C6FDF7. Grayscale: #131313. Windows color (decimal): -13041144 or 524857. OLE color: 524857.

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

Color convert

RGB 57 2 8 -
CMYK 0 0.96 0.86 0.78
HSL 353.45º 0.93% 0.12% -
HSV(B) 353.45º 0.96% 0.22% -
XYZ 1.75 0.93 0.32 -
YUV 19.13 121.72 155.01 -
System Red Green Blue C M Y K H S L
Decimal 57 2 8 0 0.96 0.86 0.78 353.45 0.93 0.12
Hex 39 2 8 0 60 56 4E 161 5D C
Octal 71 2 10 0 140 126 116 541 135 14
Binary 111001 10 1000 0 1100000 1010110 1001110 101100001 1011101 1100

Color Harmonies of #390208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390208

Black with #390208

Text Example


Text Example

White with #390208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390208; }

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

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

background-color css

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

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

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

border-color css

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

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

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