#39080C

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

Shades of Rustic Red #39080C

Tints of Rustic Red #39080C

Color information

#39080C (or 0x39080C) is unknown color: approx Rustic Red. HEX triplet: 39, 08 and 0C. RGB value is (57,8,12). Sum of RGB (Red+Green+Blue) = 57+8+12=77 (10% of max value = 765). Red value is 57 (22.66% from 255 or 74.03% from 77); Green value is 8 (3.52% from 255 or 10.39% from 77); Blue value is 12 (5.08% from 255 or 15.58% from 77); Max value from RGB is 57 - color contains mainly: red. Hex color #39080C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #39080C is #C6F7F3. Grayscale: #171717. Windows color (decimal): -13039604 or 788537. OLE color: 788537.

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

Color convert

RGB57812-
CMYK00.860.790.78
HSL355.1º75.38%12.75%-
HSV(B)355.1º85.96%22.35%-
XYZ1.841.070.46-
YUV23.11121.73152.17-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 74.03%
GREEN value IS 8 (3.52% from 255) = 10.39%
BLUE value IS 12 (5.08% from 255) = 15.58%
R=74.03%
G=10.39%
B=15.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.79
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5781200.860.790.78355.175.3812.75
Hex398C0564F4E1634bd
Octal711014012611711654311315
Binary11100110001100010101101001111100111010110001110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39080C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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