#39040F

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

Shades of Rustic Red #39040F

Tints of Rustic Red #39040F

Color information

#39040F (or 0x39040F) is unknown color: approx Rustic Red. HEX triplet: 39, 04 and 0F. RGB value is (57,4,15). Sum of RGB (Red+Green+Blue) = 57+4+15=76 (10% of max value = 765). Red value is 57 (22.66% from 255 or 75% from 76); Green value is 4 (1.95% from 255 or 5.26% from 76); Blue value is 15 (6.25% from 255 or 19.74% from 76); Max value from RGB is 57 - color contains mainly: red. Hex color #39040F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #39040F is #C6FBF0. Grayscale: #151515. Windows color (decimal): -13040625 or 984121. OLE color: 984121.

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

Color convert

RGB57415-
CMYK00.930.740.78
HSL347.55º86.89%11.96%-
HSV(B)347.55º92.98%22.35%-
XYZ1.820.990.55-
YUV21.1124.56153.61-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 75%
GREEN value IS 4 (1.95% from 255) = 5.26%
BLUE value IS 15 (6.25% from 255) = 19.74%
R=75%
G=5.26%
B=19.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.74
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5741500.930.740.78347.5586.8911.96
Hex394F05D4A4E15c57c
Octal71417013511211653412714
Binary1110011001111010111011001010100111010101110010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39040F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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