#280111

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

Shades of Rustic Red #280111

Tints of Rustic Red #280111

Color information

#280111 (or 0x280111) is unknown color: approx Rustic Red. HEX triplet: 28, 01 and 11. RGB value is (40,1,17). Sum of RGB (Red+Green+Blue) = 40+1+17=58 (7% of max value = 765). Red value is 40 (16.02% from 255 or 68.97% from 58); Green value is 1 (0.78% from 255 or 1.72% from 58); Blue value is 17 (7.03% from 255 or 29.31% from 58); Max value from RGB is 40 - color contains mainly: red. Hex color #280111 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280111 is #D7FEEE. Grayscale: #0E0E0E. Windows color (decimal): -14155503 or 1114408. OLE color: 1114408.

HSL color Cylindrical-coordinate representation of color #280111: hue angle of 335.38º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #280111 is Cyan = 0, Magento = 0.98, Yellow = 0.57 and Black (K on CMYK) = 0.84.

Color convert

RGB40117-
CMYK00.980.570.84
HSL335.38º95.12%8.04%-
HSV(B)335.38º97.5%15.69%-
XYZ0.990.510.58-
YUV14.48129.42146.2-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 68.97%
GREEN value IS 1 (0.78% from 255) = 1.72%
BLUE value IS 17 (7.03% from 255) = 29.31%
R=68.97%
G=1.72%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.57
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4011700.980.570.84335.3895.128.04
Hex28111062395414f5f8
Octal5012101427112451713710
Binary10100011000101100010111001101010010100111110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280111; }

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

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

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

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

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

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

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

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