#390216

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

Shades of Rustic Red #390216

Tints of Rustic Red #390216

Color information

#390216 (or 0x390216) is unknown color: approx Rustic Red. HEX triplet: 39, 02 and 16. RGB value is (57,2,22). Sum of RGB (Red+Green+Blue) = 57+2+22=81 (10% of max value = 765). Red value is 57 (22.66% from 255 or 70.37% from 81); Green value is 2 (1.17% from 255 or 2.47% from 81); Blue value is 22 (8.98% from 255 or 27.16% from 81); Max value from RGB is 57 - color contains mainly: red. Hex color #390216 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390216 is #C6FDE9. Grayscale: #141414. Windows color (decimal): -13041130 or 1442361. OLE color: 1442361.

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

Color convert

RGB57222-
CMYK00.960.610.78
HSL338.18º93.22%11.57%-
HSV(B)338.18º96.49%22.35%-
XYZ1.850.970.85-
YUV20.72128.72153.87-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 70.37%
GREEN value IS 2 (1.17% from 255) = 2.47%
BLUE value IS 22 (8.98% from 255) = 27.16%
R=70.37%
G=2.47%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.61
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5722200.960.610.78338.1893.2211.57
Hex392160603D4E1525dc
Octal7122601407511652213514
Binary111001101011001100000111101100111010101001010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390216; }

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

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

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

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

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

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

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

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