#281117

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

Shades of Rustic Red #281117

Tints of Rustic Red #281117

Color information

#281117 (or 0x281117) is unknown color: approx Rustic Red. HEX triplet: 28, 11 and 17. RGB value is (40,17,23). Sum of RGB (Red+Green+Blue) = 40+17+23=80 (10% of max value = 765). Red value is 40 (16.02% from 255 or 50% from 80); Green value is 17 (7.03% from 255 or 21.25% from 80); Blue value is 23 (9.38% from 255 or 28.75% from 80); Max value from RGB is 40 - color contains mainly: red. Hex color #281117 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #281117 is #D7EEE8. Grayscale: #181818. Windows color (decimal): -14151401 or 1511720. OLE color: 1511720.

HSL color Cylindrical-coordinate representation of color #281117: hue angle of 344.35º degrees, saturation: 0.4, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #281117 is Cyan = 0, Magento = 0.57, Yellow = 0.43 and Black (K on CMYK) = 0.84.

Color convert

RGB401723-
CMYK00.570.430.84
HSL344.35º40.35%11.18%-
HSV(B)344.35º57.5%15.69%-
XYZ1.230.910.92-
YUV24.56127.12139.01-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 50%
GREEN value IS 17 (7.03% from 255) = 21.25%
BLUE value IS 23 (9.38% from 255) = 28.75%
R=50%
G=21.25%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.43
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40172300.570.430.84344.3540.3511.18
Hex2811170392B5415828b
Octal502127071531245305013
Binary1010001000110111011100110101110101001010110001010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281117; }

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

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

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

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

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

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

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

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