#39010D

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

Shades of Rustic Red #39010D

Tints of Rustic Red #39010D

Color information

#39010D (or 0x39010D) is unknown color: approx Rustic Red. HEX triplet: 39, 01 and 0D. RGB value is (57,1,13). Sum of RGB (Red+Green+Blue) = 57+1+13=71 (9% of max value = 765). Red value is 57 (22.66% from 255 or 80.28% from 71); Green value is 1 (0.78% from 255 or 1.41% from 71); Blue value is 13 (5.47% from 255 or 18.31% from 71); Max value from RGB is 57 - color contains mainly: red. Hex color #39010D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #39010D is #C6FEF2. Grayscale: #131313. Windows color (decimal): -13041395 or 852281. OLE color: 852281.

HSL color Cylindrical-coordinate representation of color #39010D: hue angle of 347.14º 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 #39010D is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.78.

Color convert

RGB57113-
CMYK00.980.770.78
HSL347.14º96.55%11.37%-
HSV(B)347.14º98.25%22.35%-
XYZ1.770.920.47-
YUV19.11124.55155.02-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 80.28%
GREEN value IS 1 (0.78% from 255) = 1.41%
BLUE value IS 13 (5.47% from 255) = 18.31%
R=80.28%
G=1.41%
B=18.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.77
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5711300.980.770.78347.1496.5511.37
Hex391D0624D4E15b61b
Octal71115014211511653314113
Binary11100111101011000101001101100111010101101111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39010D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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