#39040C

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

Shades of Rustic Red #39040C

Tints of Rustic Red #39040C

Color information

#39040C (or 0x39040C) is unknown color: approx Rustic Red. HEX triplet: 39, 04 and 0C. RGB value is (57,4,12). Sum of RGB (Red+Green+Blue) = 57+4+12=73 (9% of max value = 765). Red value is 57 (22.66% from 255 or 78.08% from 73); Green value is 4 (1.95% from 255 or 5.48% from 73); Blue value is 12 (5.08% from 255 or 16.44% from 73); Max value from RGB is 57 - color contains mainly: red. Hex color #39040C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #39040C is #C6FBF3. Grayscale: #141414. Windows color (decimal): -13040628 or 787513. OLE color: 787513.

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

Color convert

RGB57412-
CMYK00.930.790.78
HSL350.94º86.89%11.96%-
HSV(B)350.94º92.98%22.35%-
XYZ1.80.980.44-
YUV20.76123.06153.85-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 78.08%
GREEN value IS 4 (1.95% from 255) = 5.48%
BLUE value IS 12 (5.08% from 255) = 16.44%
R=78.08%
G=5.48%
B=16.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.79
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5741200.930.790.78350.9486.8911.96
Hex394C05D4F4E15f57c
Octal71414013511711653712714
Binary1110011001100010111011001111100111010101111110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39040C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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