#39090D

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

Shades of Rustic Red #39090D

Tints of Rustic Red #39090D

Color information

#39090D (or 0x39090D) is unknown color: approx Rustic Red. HEX triplet: 39, 09 and 0D. RGB value is (57,9,13). Sum of RGB (Red+Green+Blue) = 57+9+13=79 (10% of max value = 765). Red value is 57 (22.66% from 255 or 72.15% from 79); Green value is 9 (3.91% from 255 or 11.39% from 79); Blue value is 13 (5.47% from 255 or 16.46% from 79); Max value from RGB is 57 - color contains mainly: red. Hex color #39090D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #39090D is #C6F6F2. Grayscale: #171717. Windows color (decimal): -13039347 or 854329. OLE color: 854329.

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

Color convert

RGB57913-
CMYK00.840.770.78
HSL355º72.73%12.94%-
HSV(B)355º84.21%22.35%-
XYZ1.861.090.49-
YUV23.81121.9151.67-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 72.15%
GREEN value IS 9 (3.91% from 255) = 11.39%
BLUE value IS 13 (5.47% from 255) = 16.46%
R=72.15%
G=11.39%
B=16.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.77
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5791300.840.770.7835572.7312.94
Hex399D0544D4E16349d
Octal711115012411511654311115
Binary11100110011101010101001001101100111010110001110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39090D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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