#39050F

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

Shades of Rustic Red #39050F

Tints of Rustic Red #39050F

Color information

#39050F (or 0x39050F) is unknown color: approx Rustic Red. HEX triplet: 39, 05 and 0F. RGB value is (57,5,15). Sum of RGB (Red+Green+Blue) = 57+5+15=77 (10% of max value = 765). Red value is 57 (22.66% from 255 or 74.03% from 77); Green value is 5 (2.34% from 255 or 6.49% from 77); Blue value is 15 (6.25% from 255 or 19.48% from 77); Max value from RGB is 57 - color contains mainly: red. Hex color #39050F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #39050F is #C6FAF0. Grayscale: #151515. Windows color (decimal): -13040369 or 984377. OLE color: 984377.

HSL color Cylindrical-coordinate representation of color #39050F: hue angle of 348.46º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #39050F is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.78.

Color convert

RGB57515-
CMYK00.910.740.78
HSL348.46º83.87%12.16%-
HSV(B)348.46º91.23%22.35%-
XYZ1.831.010.55-
YUV21.69124.23153.19-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 74.03%
GREEN value IS 5 (2.34% from 255) = 6.49%
BLUE value IS 15 (6.25% from 255) = 19.48%
R=74.03%
G=6.49%
B=19.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.74
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5751500.910.740.78348.4683.8712.16
Hex395F05B4A4E15c54c
Octal71517013311211653412414
Binary1110011011111010110111001010100111010101110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39050F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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