#390A0F

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

Shades of Rustic Red #390A0F

Tints of Rustic Red #390A0F

Color information

#390A0F (or 0x390A0F) is unknown color: approx Rustic Red. HEX triplet: 39, 0A and 0F. RGB value is (57,10,15). Sum of RGB (Red+Green+Blue) = 57+10+15=82 (10% of max value = 765). Red value is 57 (22.66% from 255 or 69.51% from 82); Green value is 10 (4.30% from 255 or 12.20% from 82); Blue value is 15 (6.25% from 255 or 18.29% from 82); Max value from RGB is 57 - color contains mainly: red. Hex color #390A0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390A0F is #C6F5F0. Grayscale: #181818. Windows color (decimal): -13039089 or 985657. OLE color: 985657.

HSL color Cylindrical-coordinate representation of color #390A0F: hue angle of 353.62º degrees, saturation: 0.7, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #390A0F is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.78.

Color convert

RGB571015-
CMYK00.820.740.78
HSL353.62º70.15%13.14%-
HSV(B)353.62º82.46%22.35%-
XYZ1.881.120.57-
YUV24.62122.57151.09-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 69.51%
GREEN value IS 10 (4.30% from 255) = 12.20%
BLUE value IS 15 (6.25% from 255) = 18.29%
R=69.51%
G=12.20%
B=18.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.74
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57101500.820.740.78353.6270.1513.14
Hex39AF0524A4E16246d
Octal711217012211211654210615
Binary11100110101111010100101001010100111010110001010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390A0F; }

 p { color: rgb(57,10,15); }

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

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

 a { background-color: rgb(57,10,15); }

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

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

 span { border-color: rgb(57,10,15); }

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