#28171B

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

Shades of Rustic Red #28171B

Tints of Rustic Red #28171B

Color information

#28171B (or 0x28171B) is unknown color: approx Rustic Red. HEX triplet: 28, 17 and 1B. RGB value is (40,23,27). Sum of RGB (Red+Green+Blue) = 40+23+27=90 (11% of max value = 765). Red value is 40 (16.02% from 255 or 44.44% from 90); Green value is 23 (9.38% from 255 or 25.56% from 90); Blue value is 27 (10.94% from 255 or 30% from 90); Max value from RGB is 40 - color contains mainly: red. Hex color #28171B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28171B is #D7E8E4. Grayscale: #1C1C1C. Windows color (decimal): -14149861 or 1775400. OLE color: 1775400.

HSL color Cylindrical-coordinate representation of color #28171B: hue angle of 345.88º degrees, saturation: 0.27, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #28171B is Cyan = 0, Magento = 0.43, Yellow = 0.33 and Black (K on CMYK) = 0.84.

Color convert

RGB402327-
CMYK00.430.330.84
HSL345.88º26.98%12.35%-
HSV(B)345.88º42.5%15.69%-
XYZ1.381.141.18-
YUV28.54127.13136.17-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 44.44%
GREEN value IS 23 (9.38% from 255) = 25.56%
BLUE value IS 27 (10.94% from 255) = 30%
R=44.44%
G=25.56%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.33
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40232700.430.330.84345.8826.9812.35
Hex28171B02B215415a1bc
Octal502733053411245323314
Binary101000101111101101010111000011010100101011010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28171B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28171B; }

 p { color: rgb(40,23,27); }

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

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

 a { background-color: rgb(40,23,27); }

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

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

 span { border-color: rgb(40,23,27); }

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