#281519

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

Shades of Rustic Red #281519

Tints of Rustic Red #281519

Color information

#281519 (or 0x281519) is unknown color: approx Rustic Red. HEX triplet: 28, 15 and 19. RGB value is (40,21,25). Sum of RGB (Red+Green+Blue) = 40+21+25=86 (11% of max value = 765). Red value is 40 (16.02% from 255 or 46.51% from 86); Green value is 21 (8.59% from 255 or 24.42% from 86); Blue value is 25 (10.16% from 255 or 29.07% from 86); Max value from RGB is 40 - color contains mainly: red. Hex color #281519 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #281519 is #D7EAE6. Grayscale: #1B1B1B. Windows color (decimal): -14150375 or 1643816. OLE color: 1643816.

HSL color Cylindrical-coordinate representation of color #281519: hue angle of 347.37º 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 #281519 is Cyan = 0, Magento = 0.48, Yellow = 0.38 and Black (K on CMYK) = 0.84.

Color convert

RGB402125-
CMYK00.480.380.84
HSL347.37º31.15%11.96%-
HSV(B)347.37º47.5%15.69%-
XYZ1.321.061.05-
YUV27.14126.79137.17-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 46.51%
GREEN value IS 21 (8.59% from 255) = 24.42%
BLUE value IS 25 (10.16% from 255) = 29.07%
R=46.51%
G=24.42%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.38
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40212500.480.380.84347.3731.1511.96
Hex281519030265415b1fc
Octal502531060461245333714
Binary101000101011100101100001001101010100101011011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281519; }

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

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

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

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

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

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

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

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