#280811

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

Shades of Rustic Red #280811

Tints of Rustic Red #280811

Color information

#280811 (or 0x280811) is unknown color: approx Rustic Red. HEX triplet: 28, 08 and 11. RGB value is (40,8,17). Sum of RGB (Red+Green+Blue) = 40+8+17=65 (8% of max value = 765). Red value is 40 (16.02% from 255 or 61.54% from 65); Green value is 8 (3.52% from 255 or 12.31% from 65); Blue value is 17 (7.03% from 255 or 26.15% from 65); Max value from RGB is 40 - color contains mainly: red. Hex color #280811 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280811 is #D7F7EE. Grayscale: #121212. Windows color (decimal): -14153711 or 1116200. OLE color: 1116200.

HSL color Cylindrical-coordinate representation of color #280811: hue angle of 343.12º degrees, saturation: 0.67, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #280811 is Cyan = 0, Magento = 0.80, Yellow = 0.57 and Black (K on CMYK) = 0.84.

Color convert

RGB40817-
CMYK00.800.570.84
HSL343.12º66.67%9.41%-
HSV(B)343.12º80%15.69%-
XYZ1.060.670.6-
YUV18.59127.1143.27-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 61.54%
GREEN value IS 8 (3.52% from 255) = 12.31%
BLUE value IS 17 (7.03% from 255) = 26.15%
R=61.54%
G=12.31%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.57
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4081700.800.570.84343.1266.679.41
Hex288110503954157439
Octal50102101207112452710311
Binary10100010001000101010000111001101010010101011110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280811; }

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

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

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

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

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

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

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

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