#281819

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

Shades of Rustic Red #281819

Tints of Rustic Red #281819

Color information

#281819 (or 0x281819) is unknown color: approx Rustic Red. HEX triplet: 28, 18 and 19. RGB value is (40,24,25). Sum of RGB (Red+Green+Blue) = 40+24+25=89 (11% of max value = 765). Red value is 40 (16.02% from 255 or 44.94% from 89); Green value is 24 (9.77% from 255 or 26.97% from 89); Blue value is 25 (10.16% from 255 or 28.09% from 89); Max value from RGB is 40 - color contains mainly: red. Hex color #281819 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #281819 is #D7E7E6. Grayscale: #1C1C1C. Windows color (decimal): -14149607 or 1644584. OLE color: 1644584.

HSL color Cylindrical-coordinate representation of color #281819: hue angle of 356.25º degrees, saturation: 0.25, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #281819 is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.84.

Color convert

RGB402425-
CMYK00.400.380.84
HSL356.25º25%12.55%-
HSV(B)356.25º40%15.69%-
XYZ1.381.171.07-
YUV28.9125.8135.92-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 44.94%
GREEN value IS 24 (9.77% from 255) = 26.97%
BLUE value IS 25 (10.16% from 255) = 28.09%
R=44.94%
G=26.97%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.38
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40242500.400.380.84356.252512.55
Hex281819028265416419d
Octal503031050461245443115
Binary101000110001100101010001001101010100101100100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281819; }

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

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

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

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

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

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

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

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