#39080A

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

Shades of Rustic Red #39080A

Tints of Rustic Red #39080A

Color information

#39080A (or 0x39080A) is unknown color: approx Rustic Red. HEX triplet: 39, 08 and 0A. RGB value is (57,8,10). Sum of RGB (Red+Green+Blue) = 57+8+10=75 (9% of max value = 765). Red value is 57 (22.66% from 255 or 76% from 75); Green value is 8 (3.52% from 255 or 10.67% from 75); Blue value is 10 (4.30% from 255 or 13.33% from 75); Max value from RGB is 57 - color contains mainly: red. Hex color #39080A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #39080A is #C6F7F5. Grayscale: #161616. Windows color (decimal): -13039606 or 657465. OLE color: 657465.

HSL color Cylindrical-coordinate representation of color #39080A: hue angle of 357.55º 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 #39080A is Cyan = 0, Magento = 0.86, Yellow = 0.82 and Black (K on CMYK) = 0.78.

Color convert

RGB57810-
CMYK00.860.820.78
HSL357.55º75.38%12.75%-
HSV(B)357.55º85.96%22.35%-
XYZ1.831.070.4-
YUV22.88120.73152.34-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 76%
GREEN value IS 8 (3.52% from 255) = 10.67%
BLUE value IS 10 (4.30% from 255) = 13.33%
R=76%
G=10.67%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.82
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5781000.860.820.78357.5575.3812.75
Hex398A056524E1664bd
Octal711012012612211654611315
Binary11100110001010010101101010010100111010110011010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39080A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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