#39020D

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

Shades of Rustic Red #39020D

Tints of Rustic Red #39020D

Color information

#39020D (or 0x39020D) is unknown color: approx Rustic Red. HEX triplet: 39, 02 and 0D. RGB value is (57,2,13). Sum of RGB (Red+Green+Blue) = 57+2+13=72 (9% of max value = 765). Red value is 57 (22.66% from 255 or 79.17% from 72); Green value is 2 (1.17% from 255 or 2.78% from 72); Blue value is 13 (5.47% from 255 or 18.06% from 72); Max value from RGB is 57 - color contains mainly: red. Hex color #39020D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #39020D is #C6FDF2. Grayscale: #131313. Windows color (decimal): -13041139 or 852537. OLE color: 852537.

HSL color Cylindrical-coordinate representation of color #39020D: hue angle of 348º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #39020D is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.78.

Color convert

RGB57213-
CMYK00.960.770.78
HSL348º93.22%11.57%-
HSV(B)348º96.49%22.35%-
XYZ1.780.940.47-
YUV19.7124.22154.61-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 79.17%
GREEN value IS 2 (1.17% from 255) = 2.78%
BLUE value IS 13 (5.47% from 255) = 18.06%
R=79.17%
G=2.78%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.77
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5721300.960.770.7834893.2211.57
Hex392D0604D4E15c5dc
Octal71215014011511653413514
Binary111001101101011000001001101100111010101110010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39020D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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