#39040D

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

Shades of Rustic Red #39040D

Tints of Rustic Red #39040D

Color information

#39040D (or 0x39040D) is unknown color: approx Rustic Red. HEX triplet: 39, 04 and 0D. RGB value is (57,4,13). Sum of RGB (Red+Green+Blue) = 57+4+13=74 (9% of max value = 765). Red value is 57 (22.66% from 255 or 77.03% from 74); Green value is 4 (1.95% from 255 or 5.41% from 74); Blue value is 13 (5.47% from 255 or 17.57% from 74); Max value from RGB is 57 - color contains mainly: red. Hex color #39040D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #39040D is #C6FBF2. Grayscale: #141414. Windows color (decimal): -13040627 or 853049. OLE color: 853049.

HSL color Cylindrical-coordinate representation of color #39040D: hue angle of 349.81º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #39040D is Cyan = 0, Magento = 0.93, Yellow = 0.77 and Black (K on CMYK) = 0.78.

Color convert

RGB57413-
CMYK00.930.770.78
HSL349.81º86.89%11.96%-
HSV(B)349.81º92.98%22.35%-
XYZ1.80.990.48-
YUV20.87123.56153.77-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 77.03%
GREEN value IS 4 (1.95% from 255) = 5.41%
BLUE value IS 13 (5.47% from 255) = 17.57%
R=77.03%
G=5.41%
B=17.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.77
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5741300.930.770.78349.8186.8911.96
Hex394D05D4D4E15e57c
Octal71415013511511653612714
Binary1110011001101010111011001101100111010101111010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39040D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,4,13); }

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

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

 a { background-color: rgb(57,4,13); }

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

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

 span { border-color: rgb(57,4,13); }

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