#39050E

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

Shades of Rustic Red #39050E

Tints of Rustic Red #39050E

Color information

#39050E (or 0x39050E) is unknown color: approx Rustic Red. HEX triplet: 39, 05 and 0E. RGB value is (57,5,14). Sum of RGB (Red+Green+Blue) = 57+5+14=76 (10% of max value = 765). Red value is 57 (22.66% from 255 or 75% from 76); Green value is 5 (2.34% from 255 or 6.58% from 76); Blue value is 14 (5.86% from 255 or 18.42% from 76); Max value from RGB is 57 - color contains mainly: red. Hex color #39050E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #39050E is #C6FAF1. Grayscale: #151515. Windows color (decimal): -13040370 or 918841. OLE color: 918841.

HSL color Cylindrical-coordinate representation of color #39050E: hue angle of 349.62º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #39050E is Cyan = 0, Magento = 0.91, Yellow = 0.75 and Black (K on CMYK) = 0.78.

Color convert

RGB57514-
CMYK00.910.750.78
HSL349.62º83.87%12.16%-
HSV(B)349.62º91.23%22.35%-
XYZ1.821.010.51-
YUV21.57123.73153.27-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 75%
GREEN value IS 5 (2.34% from 255) = 6.58%
BLUE value IS 14 (5.86% from 255) = 18.42%
R=75%
G=6.58%
B=18.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.75
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5751400.910.750.78349.6283.8712.16
Hex395E05B4B4E15e54c
Octal71516013311311653612414
Binary1110011011110010110111001011100111010101111010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39050E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39050E; }

 p { color: rgb(57,5,14); }

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

<style>
 a { background-color: #39050E; }

 a { background-color: rgb(57,5,14); }

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

<style>
 span { border-color: #39050E; }

 span { border-color: rgb(57,5,14); }

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