#39010C

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

Shades of Rustic Red #39010C

Tints of Rustic Red #39010C

Color information

#39010C (or 0x39010C) is unknown color: approx Rustic Red. HEX triplet: 39, 01 and 0C. RGB value is (57,1,12). Sum of RGB (Red+Green+Blue) = 57+1+12=70 (9% of max value = 765). Red value is 57 (22.66% from 255 or 81.43% from 70); Green value is 1 (0.78% from 255 or 1.43% from 70); Blue value is 12 (5.08% from 255 or 17.14% from 70); Max value from RGB is 57 - color contains mainly: red. Hex color #39010C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #39010C is #C6FEF3. Grayscale: #131313. Windows color (decimal): -13041396 or 786745. OLE color: 786745.

HSL color Cylindrical-coordinate representation of color #39010C: hue angle of 348.21º degrees, saturation: 0.97, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #39010C is Cyan = 0, Magento = 0.98, Yellow = 0.79 and Black (K on CMYK) = 0.78.

Color convert

RGB57112-
CMYK00.980.790.78
HSL348.21º96.55%11.37%-
HSV(B)348.21º98.25%22.35%-
XYZ1.760.920.43-
YUV19124.05155.11-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 81.43%
GREEN value IS 1 (0.78% from 255) = 1.43%
BLUE value IS 12 (5.08% from 255) = 17.14%
R=81.43%
G=1.43%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.79
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5711200.980.790.78348.2196.5511.37
Hex391C0624F4E15c61b
Octal71114014211711653414113
Binary11100111100011000101001111100111010101110011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39010C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39010C; }

 p { color: rgb(57,1,12); }

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

<style>
 a { background-color: #39010C; }

 a { background-color: rgb(57,1,12); }

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

<style>
 span { border-color: #39010C; }

 span { border-color: rgb(57,1,12); }

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