#39080D

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

Shades of Rustic Red #39080D

Tints of Rustic Red #39080D

Color information

#39080D (or 0x39080D) is unknown color: approx Rustic Red. HEX triplet: 39, 08 and 0D. RGB value is (57,8,13). Sum of RGB (Red+Green+Blue) = 57+8+13=78 (10% of max value = 765). Red value is 57 (22.66% from 255 or 73.08% from 78); Green value is 8 (3.52% from 255 or 10.26% from 78); Blue value is 13 (5.47% from 255 or 16.67% from 78); Max value from RGB is 57 - color contains mainly: red. Hex color #39080D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #39080D is #C6F7F2. Grayscale: #171717. Windows color (decimal): -13039603 or 854073. OLE color: 854073.

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

Color convert

RGB57813-
CMYK00.860.770.78
HSL353.88º75.38%12.75%-
HSV(B)353.88º85.96%22.35%-
XYZ1.851.070.49-
YUV23.22122.23152.09-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 73.08%
GREEN value IS 8 (3.52% from 255) = 10.26%
BLUE value IS 13 (5.47% from 255) = 16.67%
R=73.08%
G=10.26%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.77
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5781300.860.770.78353.8875.3812.75
Hex398D0564D4E1624bd
Octal711015012611511654211315
Binary11100110001101010101101001101100111010110001010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39080D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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