#28191C

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

Shades of Rustic Red #28191C

Tints of Rustic Red #28191C

Color information

#28191C (or 0x28191C) is unknown color: approx Rustic Red. HEX triplet: 28, 19 and 1C. RGB value is (40,25,28). Sum of RGB (Red+Green+Blue) = 40+25+28=93 (12% of max value = 765). Red value is 40 (16.02% from 255 or 43.01% from 93); Green value is 25 (10.16% from 255 or 26.88% from 93); Blue value is 28 (11.33% from 255 or 30.11% from 93); Max value from RGB is 40 - color contains mainly: red. Hex color #28191C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28191C is #D7E6E3. Grayscale: #1D1D1D. Windows color (decimal): -14149348 or 1841448. OLE color: 1841448.

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

Color convert

RGB402528-
CMYK00.380.300.84
HSL348º23.08%12.75%-
HSV(B)348º37.5%15.69%-
XYZ1.431.231.26-
YUV29.83126.97135.26-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 43.01%
GREEN value IS 25 (10.16% from 255) = 26.88%
BLUE value IS 28 (11.33% from 255) = 30.11%
R=43.01%
G=26.88%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.30
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40252800.380.300.8434823.0812.75
Hex28191C0261E5415c17d
Octal503134046361245342715
Binary10100011001111000100110111101010100101011100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28191C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28191C; }

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

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

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

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

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

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

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

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