#281518

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

Shades of Rustic Red #281518

Tints of Rustic Red #281518

Color information

#281518 (or 0x281518) is unknown color: approx Rustic Red. HEX triplet: 28, 15 and 18. RGB value is (40,21,24). Sum of RGB (Red+Green+Blue) = 40+21+24=85 (11% of max value = 765). Red value is 40 (16.02% from 255 or 47.06% from 85); Green value is 21 (8.59% from 255 or 24.71% from 85); Blue value is 24 (9.77% from 255 or 28.24% from 85); Max value from RGB is 40 - color contains mainly: red. Hex color #281518 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #281518 is #D7EAE7. Grayscale: #1B1B1B. Windows color (decimal): -14150376 or 1578280. OLE color: 1578280.

HSL color Cylindrical-coordinate representation of color #281518: hue angle of 350.53º degrees, saturation: 0.31, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #281518 is Cyan = 0, Magento = 0.48, Yellow = 0.40 and Black (K on CMYK) = 0.84.

Color convert

RGB402124-
CMYK00.480.400.84
HSL350.53º31.15%11.96%-
HSV(B)350.53º47.5%15.69%-
XYZ1.311.051-
YUV27.02126.29137.26-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 47.06%
GREEN value IS 21 (8.59% from 255) = 24.71%
BLUE value IS 24 (9.77% from 255) = 28.24%
R=47.06%
G=24.71%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.40
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40212400.480.400.84350.5331.1511.96
Hex281518030285415f1fc
Octal502530060501245373714
Binary101000101011100001100001010001010100101011111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281518; }

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

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

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

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

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

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

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

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