#281011

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

Shades of Rustic Red #281011

Tints of Rustic Red #281011

Color information

#281011 (or 0x281011) is unknown color: approx Rustic Red. HEX triplet: 28, 10 and 11. RGB value is (40,16,17). Sum of RGB (Red+Green+Blue) = 40+16+17=73 (9% of max value = 765). Red value is 40 (16.02% from 255 or 54.79% from 73); Green value is 16 (6.64% from 255 or 21.92% from 73); Blue value is 17 (7.03% from 255 or 23.29% from 73); Max value from RGB is 40 - color contains mainly: red. Hex color #281011 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #281011 is #D7EFEE. Grayscale: #171717. Windows color (decimal): -14151663 or 1118248. OLE color: 1118248.

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

Color convert

RGB401617-
CMYK00.600.570.84
HSL357.5º42.86%10.98%-
HSV(B)357.5º60%15.69%-
XYZ1.160.860.64-
YUV23.29124.45139.92-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 54.79%
GREEN value IS 16 (6.64% from 255) = 21.92%
BLUE value IS 17 (7.03% from 255) = 23.29%
R=54.79%
G=21.92%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.57
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40161700.600.570.84357.542.8610.98
Hex28101103C39541662bb
Octal502021074711245465313
Binary1010001000010001011110011100110101001011001101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281011; }

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

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

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

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

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

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

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

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