#281718

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

Shades of Rustic Red #281718

Tints of Rustic Red #281718

Color information

#281718 (or 0x281718) is unknown color: approx Rustic Red. HEX triplet: 28, 17 and 18. RGB value is (40,23,24). Sum of RGB (Red+Green+Blue) = 40+23+24=87 (11% of max value = 765). Red value is 40 (16.02% from 255 or 45.98% from 87); Green value is 23 (9.38% from 255 or 26.44% from 87); Blue value is 24 (9.77% from 255 or 27.59% from 87); Max value from RGB is 40 - color contains mainly: red. Hex color #281718 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #281718 is #D7E8E7. Grayscale: #1C1C1C. Windows color (decimal): -14149864 or 1578792. OLE color: 1578792.

HSL color Cylindrical-coordinate representation of color #281718: hue angle of 356.47º 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 #281718 is Cyan = 0, Magento = 0.43, Yellow = 0.40 and Black (K on CMYK) = 0.84.

Color convert

RGB402324-
CMYK00.430.400.84
HSL356.47º26.98%12.35%-
HSV(B)356.47º42.5%15.69%-
XYZ1.351.131.01-
YUV28.2125.63136.42-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 45.98%
GREEN value IS 23 (9.38% from 255) = 26.44%
BLUE value IS 24 (9.77% from 255) = 27.59%
R=45.98%
G=26.44%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.40
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40232400.430.400.84356.4726.9812.35
Hex28171802B28541641bc
Octal502730053501245443314
Binary101000101111100001010111010001010100101100100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281718; }

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

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

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

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

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

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

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

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