#281216

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

Shades of Rustic Red #281216

Tints of Rustic Red #281216

Color information

#281216 (or 0x281216) is unknown color: approx Rustic Red. HEX triplet: 28, 12 and 16. RGB value is (40,18,22). Sum of RGB (Red+Green+Blue) = 40+18+22=80 (10% of max value = 765). Red value is 40 (16.02% from 255 or 50% from 80); Green value is 18 (7.42% from 255 or 22.5% from 80); Blue value is 22 (8.98% from 255 or 27.5% from 80); Max value from RGB is 40 - color contains mainly: red. Hex color #281216 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #281216 is #D7EDE9. Grayscale: #191919. Windows color (decimal): -14151146 or 1446440. OLE color: 1446440.

HSL color Cylindrical-coordinate representation of color #281216: hue angle of 349.09º degrees, saturation: 0.38, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #281216 is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.84.

Color convert

RGB401822-
CMYK00.550.450.84
HSL349.09º37.93%11.37%-
HSV(B)349.09º55%15.69%-
XYZ1.240.940.88-
YUV25.03126.29138.67-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 50%
GREEN value IS 18 (7.42% from 255) = 22.5%
BLUE value IS 22 (8.98% from 255) = 27.5%
R=50%
G=22.5%
B=27.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.45
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40182200.550.450.84349.0937.9311.37
Hex2812160372D5415d26b
Octal502226067551245354613
Binary1010001001010110011011110110110101001010111011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281216; }

 p { color: rgb(40,18,22); }

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

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

 a { background-color: rgb(40,18,22); }

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

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

 span { border-color: rgb(40,18,22); }

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