#39070B

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

Shades of Rustic Red #39070B

Tints of Rustic Red #39070B

Color information

#39070B (or 0x39070B) is unknown color: approx Rustic Red. HEX triplet: 39, 07 and 0B. RGB value is (57,7,11). Sum of RGB (Red+Green+Blue) = 57+7+11=75 (9% of max value = 765). Red value is 57 (22.66% from 255 or 76% from 75); Green value is 7 (3.12% from 255 or 9.33% from 75); Blue value is 11 (4.69% from 255 or 14.67% from 75); Max value from RGB is 57 - color contains mainly: red. Hex color #39070B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #39070B is #C6F8F4. Grayscale: #161616. Windows color (decimal): -13039861 or 722745. OLE color: 722745.

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

Color convert

RGB57711-
CMYK00.880.810.78
HSL355.2º78.12%12.55%-
HSV(B)355.2º87.72%22.35%-
XYZ1.821.050.42-
YUV22.41121.56152.67-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 76%
GREEN value IS 7 (3.12% from 255) = 9.33%
BLUE value IS 11 (4.69% from 255) = 14.67%
R=76%
G=9.33%
B=14.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.81
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5771100.880.810.78355.278.1212.55
Hex397B058514E1634ed
Octal71713013012111654311615
Binary1110011111011010110001010001100111010110001110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39070B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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