#390815

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

Shades of Rustic Red #390815

Tints of Rustic Red #390815

Color information

#390815 (or 0x390815) is unknown color: approx Rustic Red. HEX triplet: 39, 08 and 15. RGB value is (57,8,21). Sum of RGB (Red+Green+Blue) = 57+8+21=86 (11% of max value = 765). Red value is 57 (22.66% from 255 or 66.28% from 86); Green value is 8 (3.52% from 255 or 9.30% from 86); Blue value is 21 (8.59% from 255 or 24.42% from 86); Max value from RGB is 57 - color contains mainly: red. Hex color #390815 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390815 is #C6F7EA. Grayscale: #181818. Windows color (decimal): -13039595 or 1378361. OLE color: 1378361.

HSL color Cylindrical-coordinate representation of color #390815: hue angle of 344.08º degrees, saturation: 0.75, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #390815 is Cyan = 0, Magento = 0.86, Yellow = 0.63 and Black (K on CMYK) = 0.78.

Color convert

RGB57821-
CMYK00.860.630.78
HSL344.08º75.38%12.75%-
HSV(B)344.08º85.96%22.35%-
XYZ1.911.10.82-
YUV24.13126.23151.44-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 66.28%
GREEN value IS 8 (3.52% from 255) = 9.30%
BLUE value IS 21 (8.59% from 255) = 24.42%
R=66.28%
G=9.30%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.63
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5782100.860.630.78344.0875.3812.75
Hex398150563F4E1584bd
Octal71102501267711653011315
Binary11100110001010101010110111111100111010101100010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390815; }

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

 H1.HeaderClassName
 {
   color: #390815;
 }
 .AnyTagClassName
 {
   color: #390815;
 }
</style>
background-color css

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

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

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

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

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

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