#39080B

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

Shades of Rustic Red #39080B

Tints of Rustic Red #39080B

Color information

#39080B (or 0x39080B) is unknown color: approx Rustic Red. HEX triplet: 39, 08 and 0B. RGB value is (57,8,11). Sum of RGB (Red+Green+Blue) = 57+8+11=76 (10% of max value = 765). Red value is 57 (22.66% from 255 or 75% from 76); Green value is 8 (3.52% from 255 or 10.53% from 76); Blue value is 11 (4.69% from 255 or 14.47% from 76); Max value from RGB is 57 - color contains mainly: red. Hex color #39080B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #39080B is #C6F7F4. Grayscale: #171717. Windows color (decimal): -13039605 or 723001. OLE color: 723001.

HSL color Cylindrical-coordinate representation of color #39080B: hue angle of 356.33º degrees, saturation: 0.75, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #39080B is Cyan = 0, Magento = 0.86, Yellow = 0.81 and Black (K on CMYK) = 0.78.

Color convert

RGB57811-
CMYK00.860.810.78
HSL356.33º75.38%12.75%-
HSV(B)356.33º85.96%22.35%-
XYZ1.831.070.43-
YUV22.99121.23152.26-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 75%
GREEN value IS 8 (3.52% from 255) = 10.53%
BLUE value IS 11 (4.69% from 255) = 14.47%
R=75%
G=10.53%
B=14.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.81
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5781100.860.810.78356.3375.3812.75
Hex398B056514E1644bd
Octal711013012612111654411315
Binary11100110001011010101101010001100111010110010010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39080B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39080B; }

 p { color: rgb(57,8,11); }

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

<style>
 a { background-color: #39080B; }

 a { background-color: rgb(57,8,11); }

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

<style>
 span { border-color: #39080B; }

 span { border-color: rgb(57,8,11); }

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