#281316

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

Shades of Rustic Red #281316

Tints of Rustic Red #281316

Color information

#281316 (or 0x281316) is unknown color: approx Rustic Red. HEX triplet: 28, 13 and 16. RGB value is (40,19,22). Sum of RGB (Red+Green+Blue) = 40+19+22=81 (10% of max value = 765). Red value is 40 (16.02% from 255 or 49.38% from 81); Green value is 19 (7.81% from 255 or 23.46% from 81); Blue value is 22 (8.98% from 255 or 27.16% from 81); Max value from RGB is 40 - color contains mainly: red. Hex color #281316 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #281316 is #D7ECE9. Grayscale: #191919. Windows color (decimal): -14150890 or 1446696. OLE color: 1446696.

HSL color Cylindrical-coordinate representation of color #281316: hue angle of 351.43º degrees, saturation: 0.36, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #281316 is Cyan = 0, Magento = 0.52, Yellow = 0.45 and Black (K on CMYK) = 0.84.

Color convert

RGB401922-
CMYK00.520.450.84
HSL351.43º35.59%11.57%-
HSV(B)351.43º52.5%15.69%-
XYZ1.250.970.88-
YUV25.62125.96138.26-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 49.38%
GREEN value IS 19 (7.81% from 255) = 23.46%
BLUE value IS 22 (8.98% from 255) = 27.16%
R=49.38%
G=23.46%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.45
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40192200.520.450.84351.4335.5911.57
Hex2813160342D5415f24c
Octal502326064551245374414
Binary1010001001110110011010010110110101001010111111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281316; }

 p { color: rgb(40,19,22); }

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

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

 a { background-color: rgb(40,19,22); }

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

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

 span { border-color: rgb(40,19,22); }

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