#390208

Color #390208 Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #390208

Tints of Rustic Red #390208

Color information

#390208 (or 0x390208) is unknown color: approx 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

RGB5728-
CMYK00.960.860.78
HSL353.45º93.22%11.57%-
HSV(B)353.45º96.49%22.35%-
XYZ1.750.930.32-
YUV19.13121.72155.01-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.86
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal572800.960.860.78353.4593.2211.57
Hex3928060564E1615dc
Octal71210014012611654113514
Binary111001101000011000001010110100111010110000110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>