#28050E

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

Shades of Rustic Red #28050E

Tints of Rustic Red #28050E

Color information

#28050E (or 0x28050E) is unknown color: approx Rustic Red. HEX triplet: 28, 05 and 0E. RGB value is (40,5,14). Sum of RGB (Red+Green+Blue) = 40+5+14=59 (7% of max value = 765). Red value is 40 (16.02% from 255 or 67.80% from 59); Green value is 5 (2.34% from 255 or 8.47% from 59); Blue value is 14 (5.86% from 255 or 23.73% from 59); Max value from RGB is 40 - color contains mainly: red. Hex color #28050E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #28050E is #D7FAF1. Grayscale: #101010. Windows color (decimal): -14154482 or 918824. OLE color: 918824.

HSL color Cylindrical-coordinate representation of color #28050E: hue angle of 344.57º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #28050E is Cyan = 0, Magento = 0.88, Yellow = 0.65 and Black (K on CMYK) = 0.84.

Color convert

RGB40514-
CMYK00.880.650.84
HSL344.57º77.78%8.82%-
HSV(B)344.57º87.5%15.69%-
XYZ1.010.590.48-
YUV16.49126.6144.77-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 67.80%
GREEN value IS 5 (2.34% from 255) = 8.47%
BLUE value IS 14 (5.86% from 255) = 23.73%
R=67.80%
G=8.47%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.65
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4051400.880.650.84344.5777.788.82
Hex285E05841541594e9
Octal50516013010112453111611
Binary1010001011110010110001000001101010010101100110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28050E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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