#281016

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

Shades of Rustic Red #281016

Tints of Rustic Red #281016

Color information

#281016 (or 0x281016) is unknown color: approx Rustic Red. HEX triplet: 28, 10 and 16. RGB value is (40,16,22). Sum of RGB (Red+Green+Blue) = 40+16+22=78 (10% of max value = 765). Red value is 40 (16.02% from 255 or 51.28% from 78); Green value is 16 (6.64% from 255 or 20.51% from 78); Blue value is 22 (8.98% from 255 or 28.21% from 78); Max value from RGB is 40 - color contains mainly: red. Hex color #281016 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #281016 is #D7EFE9. Grayscale: #171717. Windows color (decimal): -14151658 or 1445928. OLE color: 1445928.

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

Color convert

RGB401622-
CMYK00.600.450.84
HSL345º42.86%10.98%-
HSV(B)345º60%15.69%-
XYZ1.210.880.87-
YUV23.86126.95139.51-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 51.28%
GREEN value IS 16 (6.64% from 255) = 20.51%
BLUE value IS 22 (8.98% from 255) = 28.21%
R=51.28%
G=20.51%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.45
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40162200.600.450.8434542.8610.98
Hex28101603C2D541592bb
Octal502026074551245315313
Binary1010001000010110011110010110110101001010110011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281016; }

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

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

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

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

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

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

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

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