#39090F

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

Shades of Rustic Red #39090F

Tints of Rustic Red #39090F

Color information

#39090F (or 0x39090F) is unknown color: approx Rustic Red. HEX triplet: 39, 09 and 0F. RGB value is (57,9,15). Sum of RGB (Red+Green+Blue) = 57+9+15=81 (10% of max value = 765). Red value is 57 (22.66% from 255 or 70.37% from 81); Green value is 9 (3.91% from 255 or 11.11% from 81); Blue value is 15 (6.25% from 255 or 18.52% from 81); Max value from RGB is 57 - color contains mainly: red. Hex color #39090F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #39090F is #C6F6F0. Grayscale: #181818. Windows color (decimal): -13039345 or 985401. OLE color: 985401.

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

Color convert

RGB57915-
CMYK00.840.740.78
HSL352.5º72.73%12.94%-
HSV(B)352.5º84.21%22.35%-
XYZ1.871.10.57-
YUV24.04122.9151.51-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 70.37%
GREEN value IS 9 (3.91% from 255) = 11.11%
BLUE value IS 15 (6.25% from 255) = 18.52%
R=70.37%
G=11.11%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.74
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5791500.840.740.78352.572.7312.94
Hex399F0544A4E16049d
Octal711117012411211654011115
Binary11100110011111010101001001010100111010110000010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39090F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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