#39080F

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

Shades of Rustic Red #39080F

Tints of Rustic Red #39080F

Color information

#39080F (or 0x39080F) is unknown color: approx Rustic Red. HEX triplet: 39, 08 and 0F. RGB value is (57,8,15). Sum of RGB (Red+Green+Blue) = 57+8+15=80 (10% of max value = 765). Red value is 57 (22.66% from 255 or 71.25% from 80); Green value is 8 (3.52% from 255 or 10% from 80); Blue value is 15 (6.25% from 255 or 18.75% from 80); Max value from RGB is 57 - color contains mainly: red. Hex color #39080F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #39080F is #C6F7F0. Grayscale: #171717. Windows color (decimal): -13039601 or 985145. OLE color: 985145.

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

Color convert

RGB57815-
CMYK00.860.740.78
HSL351.43º75.38%12.75%-
HSV(B)351.43º85.96%22.35%-
XYZ1.861.080.56-
YUV23.45123.23151.93-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 71.25%
GREEN value IS 8 (3.52% from 255) = 10%
BLUE value IS 15 (6.25% from 255) = 18.75%
R=71.25%
G=10%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.74
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5781500.860.740.78351.4375.3812.75
Hex398F0564A4E15f4bd
Octal711017012611211653711315
Binary11100110001111010101101001010100111010101111110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39080F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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