#39030E

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

Shades of Rustic Red #39030E

Tints of Rustic Red #39030E

Color information

#39030E (or 0x39030E) is unknown color: approx Rustic Red. HEX triplet: 39, 03 and 0E. RGB value is (57,3,14). Sum of RGB (Red+Green+Blue) = 57+3+14=74 (9% of max value = 765). Red value is 57 (22.66% from 255 or 77.03% from 74); Green value is 3 (1.56% from 255 or 4.05% from 74); Blue value is 14 (5.86% from 255 or 18.92% from 74); Max value from RGB is 57 - color contains mainly: red. Hex color #39030E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #39030E is #C6FCF1. Grayscale: #141414. Windows color (decimal): -13040882 or 918329. OLE color: 918329.

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

Color convert

RGB57314-
CMYK00.950.750.78
HSL347.78º90%11.76%-
HSV(B)347.78º94.74%22.35%-
XYZ1.80.970.51-
YUV20.4124.39154.11-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 77.03%
GREEN value IS 3 (1.56% from 255) = 4.05%
BLUE value IS 14 (5.86% from 255) = 18.92%
R=77.03%
G=4.05%
B=18.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.75
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5731400.950.750.78347.789011.76
Hex393E05F4B4E15c5ac
Octal71316013711311653413214
Binary111001111110010111111001011100111010101110010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39030E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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