#390212

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

Shades of Rustic Red #390212

Tints of Rustic Red #390212

Color information

#390212 (or 0x390212) is unknown color: approx Rustic Red. HEX triplet: 39, 02 and 12. RGB value is (57,2,18). Sum of RGB (Red+Green+Blue) = 57+2+18=77 (10% of max value = 765). Red value is 57 (22.66% from 255 or 74.03% from 77); Green value is 2 (1.17% from 255 or 2.60% from 77); Blue value is 18 (7.42% from 255 or 23.38% from 77); Max value from RGB is 57 - color contains mainly: red. Hex color #390212 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390212 is #C6FDED. Grayscale: #141414. Windows color (decimal): -13041134 or 1180217. OLE color: 1180217.

HSL color Cylindrical-coordinate representation of color #390212: hue angle of 342.55º 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 #390212 is Cyan = 0, Magento = 0.96, Yellow = 0.68 and Black (K on CMYK) = 0.78.

Color convert

RGB57218-
CMYK00.960.680.78
HSL342.55º93.22%11.57%-
HSV(B)342.55º96.49%22.35%-
XYZ1.820.960.66-
YUV20.27126.72154.2-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 74.03%
GREEN value IS 2 (1.17% from 255) = 2.60%
BLUE value IS 18 (7.42% from 255) = 23.38%
R=74.03%
G=2.60%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.68
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5721800.960.680.78342.5593.2211.57
Hex39212060444E1575dc
Octal71222014010411652713514
Binary1110011010010011000001000100100111010101011110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390212; }

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

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

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

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

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

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

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

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