#39000F

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

Shades of Rustic Red #39000F

Tints of Rustic Red #39000F

Color information

#39000F (or 0x39000F) is unknown color: approx Rustic Red. HEX triplet: 39, 00 and 0F. RGB value is (57,0,15). Sum of RGB (Red+Green+Blue) = 57+0+15=72 (9% of max value = 765). Red value is 57 (22.66% from 255 or 79.17% from 72); Green value is 0 (0.39% from 255 or 0% from 72); Blue value is 15 (6.25% from 255 or 20.83% from 72); Max value from RGB is 57 - color contains mainly: red. Hex color #39000F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #39000F is #C6FFF0. Grayscale: #121212. Windows color (decimal): -13041649 or 983097. OLE color: 983097.

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

Color convert

RGB57015-
CMYK010.740.78
HSL344.21º100%11.18%-
HSV(B)344.21º100%22.35%-
XYZ1.770.90.53-
YUV18.75125.88155.28-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 79.17%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 15 (6.25% from 255) = 20.83%
R=79.17%
G=0%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.74
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57015010.740.78344.2110011.18
Hex390F0644A4E15864b
Octal71017014411211653014413
Binary11100101111011001001001010100111010101100011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39000F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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