#28080E

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

Shades of Rustic Red #28080E

Tints of Rustic Red #28080E

Color information

#28080E (or 0x28080E) is unknown color: approx Rustic Red. HEX triplet: 28, 08 and 0E. RGB value is (40,8,14). Sum of RGB (Red+Green+Blue) = 40+8+14=62 (8% of max value = 765). Red value is 40 (16.02% from 255 or 64.52% from 62); Green value is 8 (3.52% from 255 or 12.90% from 62); Blue value is 14 (5.86% from 255 or 22.58% from 62); Max value from RGB is 40 - color contains mainly: red. Hex color #28080E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #28080E is #D7F7F1. Grayscale: #121212. Windows color (decimal): -14153714 or 919592. OLE color: 919592.

HSL color Cylindrical-coordinate representation of color #28080E: hue angle of 348.75º 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 #28080E is Cyan = 0, Magento = 0.80, Yellow = 0.65 and Black (K on CMYK) = 0.84.

Color convert

RGB40814-
CMYK00.800.650.84
HSL348.75º66.67%9.41%-
HSV(B)348.75º80%15.69%-
XYZ1.040.660.49-
YUV18.25125.6143.51-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 64.52%
GREEN value IS 8 (3.52% from 255) = 12.90%
BLUE value IS 14 (5.86% from 255) = 22.58%
R=64.52%
G=12.90%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.65
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4081400.800.650.84348.7566.679.41
Hex288E050415415d439
Octal501016012010112453510311
Binary10100010001110010100001000001101010010101110110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28080E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28080E; }

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

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

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

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

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

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

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

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