#39000B

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

Shades of Rustic Red #39000B

Tints of Rustic Red #39000B

Color information

#39000B (or 0x39000B) is unknown color: approx Rustic Red. HEX triplet: 39, 00 and 0B. RGB value is (57,0,11). Sum of RGB (Red+Green+Blue) = 57+0+11=68 (9% of max value = 765). Red value is 57 (22.66% from 255 or 83.82% from 68); Green value is 0 (0.39% from 255 or 0% from 68); Blue value is 11 (4.69% from 255 or 16.18% from 68); Max value from RGB is 57 - color contains mainly: red. Hex color #39000B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #39000B is #C6FFF4. Grayscale: #121212. Windows color (decimal): -13041653 or 720953. OLE color: 720953.

HSL color Cylindrical-coordinate representation of color #39000B: hue angle of 348.42º 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 #39000B is Cyan = 0, Magento = 1, Yellow = 0.81 and Black (K on CMYK) = 0.78.

Color convert

RGB57011-
CMYK010.810.78
HSL348.42º100%11.18%-
HSV(B)348.42º100%22.35%-
XYZ1.750.890.4-
YUV18.3123.88155.61-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 83.82%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 11 (4.69% from 255) = 16.18%
R=83.82%
G=0%
B=16.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.81
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57011010.810.78348.4210011.18
Hex390B064514E15c64b
Octal71013014412111653414413
Binary11100101011011001001010001100111010101110011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39000B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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