#39060D

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

Shades of Rustic Red #39060D

Tints of Rustic Red #39060D

Color information

#39060D (or 0x39060D) is unknown color: approx Rustic Red. HEX triplet: 39, 06 and 0D. RGB value is (57,6,13). Sum of RGB (Red+Green+Blue) = 57+6+13=76 (10% of max value = 765). Red value is 57 (22.66% from 255 or 75% from 76); Green value is 6 (2.73% from 255 or 7.89% from 76); Blue value is 13 (5.47% from 255 or 17.11% from 76); Max value from RGB is 57 - color contains mainly: red. Hex color #39060D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #39060D is #C6F9F2. Grayscale: #161616. Windows color (decimal): -13040115 or 853561. OLE color: 853561.

HSL color Cylindrical-coordinate representation of color #39060D: hue angle of 351.76º degrees, saturation: 0.81, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #39060D is Cyan = 0, Magento = 0.89, Yellow = 0.77 and Black (K on CMYK) = 0.78.

Color convert

RGB57613-
CMYK00.890.770.78
HSL351.76º80.95%12.35%-
HSV(B)351.76º89.47%22.35%-
XYZ1.831.030.48-
YUV22.05122.9152.93-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 75%
GREEN value IS 6 (2.73% from 255) = 7.89%
BLUE value IS 13 (5.47% from 255) = 17.11%
R=75%
G=7.89%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.77
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5761300.890.770.78351.7680.9512.35
Hex396D0594D4E16051c
Octal71615013111511654012114
Binary1110011101101010110011001101100111010110000010100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39060D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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