#281115

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

Shades of Rustic Red #281115

Tints of Rustic Red #281115

Color information

#281115 (or 0x281115) is unknown color: approx Rustic Red. HEX triplet: 28, 11 and 15. RGB value is (40,17,21). Sum of RGB (Red+Green+Blue) = 40+17+21=78 (10% of max value = 765). Red value is 40 (16.02% from 255 or 51.28% from 78); Green value is 17 (7.03% from 255 or 21.79% from 78); Blue value is 21 (8.59% from 255 or 26.92% from 78); Max value from RGB is 40 - color contains mainly: red. Hex color #281115 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #281115 is #D7EEEA. Grayscale: #181818. Windows color (decimal): -14151403 or 1380648. OLE color: 1380648.

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

Color convert

RGB401721-
CMYK00.570.480.84
HSL349.57º40.35%11.18%-
HSV(B)349.57º57.5%15.69%-
XYZ1.210.910.82-
YUV24.33126.12139.17-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 51.28%
GREEN value IS 17 (7.03% from 255) = 21.79%
BLUE value IS 21 (8.59% from 255) = 26.92%
R=51.28%
G=21.79%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.48
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40172100.570.480.84349.5740.3511.18
Hex281115039305415e28b
Octal502125071601245365013
Binary1010001000110101011100111000010101001010111101010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281115; }

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

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

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

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

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

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

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

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