#39060F

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

Shades of Rustic Red #39060F

Tints of Rustic Red #39060F

Color information

#39060F (or 0x39060F) is unknown color: approx Rustic Red. HEX triplet: 39, 06 and 0F. RGB value is (57,6,15). Sum of RGB (Red+Green+Blue) = 57+6+15=78 (10% of max value = 765). Red value is 57 (22.66% from 255 or 73.08% from 78); Green value is 6 (2.73% from 255 or 7.69% from 78); Blue value is 15 (6.25% from 255 or 19.23% from 78); Max value from RGB is 57 - color contains mainly: red. Hex color #39060F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #39060F is #C6F9F0. Grayscale: #161616. Windows color (decimal): -13040113 or 984633. OLE color: 984633.

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

Color convert

RGB57615-
CMYK00.890.740.78
HSL349.41º80.95%12.35%-
HSV(B)349.41º89.47%22.35%-
XYZ1.841.030.55-
YUV22.28123.9152.77-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 73.08%
GREEN value IS 6 (2.73% from 255) = 7.69%
BLUE value IS 15 (6.25% from 255) = 19.23%
R=73.08%
G=7.69%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.74
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5761500.890.740.78349.4180.9512.35
Hex396F0594A4E15d51c
Octal71617013111211653512114
Binary1110011101111010110011001010100111010101110110100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39060F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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