#39161D

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

Shades of Rustic Red #39161D

Tints of Rustic Red #39161D

Color information

#39161D (or 0x39161D) is unknown color: approx Rustic Red. HEX triplet: 39, 16 and 1D. RGB value is (57,22,29). Sum of RGB (Red+Green+Blue) = 57+22+29=108 (14% of max value = 765). Red value is 57 (22.66% from 255 or 52.78% from 108); Green value is 22 (8.98% from 255 or 20.37% from 108); Blue value is 29 (11.72% from 255 or 26.85% from 108); Max value from RGB is 57 - color contains mainly: red. Hex color #39161D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39161D is #C6E9E2. Grayscale: #212121. Windows color (decimal): -13036003 or 1906233. OLE color: 1906233.

HSL color Cylindrical-coordinate representation of color #39161D: hue angle of 348º degrees, saturation: 0.44, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #39161D is Cyan = 0, Magento = 0.61, Yellow = 0.49 and Black (K on CMYK) = 0.78.

Color convert

RGB572229-
CMYK00.610.490.78
HSL348º44.3%15.49%-
HSV(B)348º61.4%22.35%-
XYZ2.21.531.34-
YUV33.26125.6144.93-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 52.78%
GREEN value IS 22 (8.98% from 255) = 20.37%
BLUE value IS 29 (11.72% from 255) = 26.85%
R=52.78%
G=20.37%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.49
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57222900.610.490.7834844.315.49
Hex39161D03D314E15c2cf
Octal712635075611165345417
Binary1110011011011101011110111000110011101010111001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39161D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,22,29); }

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

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

 a { background-color: rgb(57,22,29); }

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

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

 span { border-color: rgb(57,22,29); }

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