#39090C

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

Shades of Rustic Red #39090C

Tints of Rustic Red #39090C

Color information

#39090C (or 0x39090C) is unknown color: approx Rustic Red. HEX triplet: 39, 09 and 0C. RGB value is (57,9,12). Sum of RGB (Red+Green+Blue) = 57+9+12=78 (10% of max value = 765). Red value is 57 (22.66% from 255 or 73.08% from 78); Green value is 9 (3.91% from 255 or 11.54% from 78); Blue value is 12 (5.08% from 255 or 15.38% from 78); Max value from RGB is 57 - color contains mainly: red. Hex color #39090C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #39090C is #C6F6F3. Grayscale: #171717. Windows color (decimal): -13039348 or 788793. OLE color: 788793.

HSL color Cylindrical-coordinate representation of color #39090C: hue angle of 356.25º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #39090C is Cyan = 0, Magento = 0.84, Yellow = 0.79 and Black (K on CMYK) = 0.78.

Color convert

RGB57912-
CMYK00.840.790.78
HSL356.25º72.73%12.94%-
HSV(B)356.25º84.21%22.35%-
XYZ1.851.090.46-
YUV23.69121.4151.76-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 73.08%
GREEN value IS 9 (3.91% from 255) = 11.54%
BLUE value IS 12 (5.08% from 255) = 15.38%
R=73.08%
G=11.54%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.79
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5791200.840.790.78356.2572.7312.94
Hex399C0544F4E16449d
Octal711114012411711654411115
Binary11100110011100010101001001111100111010110010010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39090C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39090C; }

 p { color: rgb(57,9,12); }

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

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

 a { background-color: rgb(57,9,12); }

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

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

 span { border-color: rgb(57,9,12); }

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