#280110

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

Shades of Rustic Red #280110

Tints of Rustic Red #280110

Color information

#280110 (or 0x280110) is unknown color: approx Rustic Red. HEX triplet: 28, 01 and 10. RGB value is (40,1,16). Sum of RGB (Red+Green+Blue) = 40+1+16=57 (7% of max value = 765). Red value is 40 (16.02% from 255 or 70.18% from 57); Green value is 1 (0.78% from 255 or 1.75% from 57); Blue value is 16 (6.64% from 255 or 28.07% from 57); Max value from RGB is 40 - color contains mainly: red. Hex color #280110 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280110 is #D7FEEF. Grayscale: #0E0E0E. Windows color (decimal): -14155504 or 1048872. OLE color: 1048872.

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

Color convert

RGB40116-
CMYK00.980.600.84
HSL336.92º95.12%8.04%-
HSV(B)336.92º97.5%15.69%-
XYZ0.980.510.54-
YUV14.37128.92146.28-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 70.18%
GREEN value IS 1 (0.78% from 255) = 1.75%
BLUE value IS 16 (6.64% from 255) = 28.07%
R=70.18%
G=1.75%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.60
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4011600.980.600.84336.9295.128.04
Hex281100623C541515f8
Octal5012001427412452113710
Binary10100011000001100010111100101010010101000110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280110; }

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

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

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

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

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

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

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

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