#281516

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

Shades of Rustic Red #281516

Tints of Rustic Red #281516

Color information

#281516 (or 0x281516) is unknown color: approx Rustic Red. HEX triplet: 28, 15 and 16. RGB value is (40,21,22). Sum of RGB (Red+Green+Blue) = 40+21+22=83 (10% of max value = 765). Red value is 40 (16.02% from 255 or 48.19% from 83); Green value is 21 (8.59% from 255 or 25.30% from 83); Blue value is 22 (8.98% from 255 or 26.51% from 83); Max value from RGB is 40 - color contains mainly: red. Hex color #281516 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #281516 is #D7EAE9. Grayscale: #1A1A1A. Windows color (decimal): -14150378 or 1447208. OLE color: 1447208.

HSL color Cylindrical-coordinate representation of color #281516: hue angle of 356.84º degrees, saturation: 0.31, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #281516 is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.84.

Color convert

RGB402122-
CMYK00.480.450.84
HSL356.84º31.15%11.96%-
HSV(B)356.84º47.5%15.69%-
XYZ1.291.050.89-
YUV26.8125.29137.42-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 48.19%
GREEN value IS 21 (8.59% from 255) = 25.30%
BLUE value IS 22 (8.98% from 255) = 26.51%
R=48.19%
G=25.30%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.45
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40212200.480.450.84356.8431.1511.96
Hex2815160302D541651fc
Octal502526060551245453714
Binary101000101011011001100001011011010100101100101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281516; }

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

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

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

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

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

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

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

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