#281619

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

Shades of Rustic Red #281619

Tints of Rustic Red #281619

Color information

#281619 (or 0x281619) is unknown color: approx Rustic Red. HEX triplet: 28, 16 and 19. RGB value is (40,22,25). Sum of RGB (Red+Green+Blue) = 40+22+25=87 (11% of max value = 765). Red value is 40 (16.02% from 255 or 45.98% from 87); Green value is 22 (8.98% from 255 or 25.29% from 87); Blue value is 25 (10.16% from 255 or 28.74% from 87); Max value from RGB is 40 - color contains mainly: red. Hex color #281619 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #281619 is #D7E9E6. Grayscale: #1B1B1B. Windows color (decimal): -14150119 or 1644072. OLE color: 1644072.

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

Color convert

RGB402225-
CMYK00.450.380.84
HSL350º29.03%12.16%-
HSV(B)350º45%15.69%-
XYZ1.341.11.06-
YUV27.72126.46136.76-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 45.98%
GREEN value IS 22 (8.98% from 255) = 25.29%
BLUE value IS 25 (10.16% from 255) = 28.74%
R=45.98%
G=25.29%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.38
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40222500.450.380.8435029.0312.16
Hex28161902D265415e1dc
Octal502631055461245363514
Binary101000101101100101011011001101010100101011110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281619; }

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

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

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

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

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

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

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

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