#28040E

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

Shades of Rustic Red #28040E

Tints of Rustic Red #28040E

Color information

#28040E (or 0x28040E) is unknown color: approx Rustic Red. HEX triplet: 28, 04 and 0E. RGB value is (40,4,14). Sum of RGB (Red+Green+Blue) = 40+4+14=58 (7% of max value = 765). Red value is 40 (16.02% from 255 or 68.97% from 58); Green value is 4 (1.95% from 255 or 6.90% from 58); Blue value is 14 (5.86% from 255 or 24.14% from 58); Max value from RGB is 40 - color contains mainly: red. Hex color #28040E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #28040E is #D7FBF1. Grayscale: #0F0F0F. Windows color (decimal): -14154738 or 918568. OLE color: 918568.

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

Color convert

RGB40414-
CMYK00.900.650.84
HSL343.33º81.82%8.63%-
HSV(B)343.33º90%15.69%-
XYZ10.570.47-
YUV15.9126.93145.19-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 68.97%
GREEN value IS 4 (1.95% from 255) = 6.90%
BLUE value IS 14 (5.86% from 255) = 24.14%
R=68.97%
G=6.90%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.65
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4041400.900.650.84343.3381.828.63
Hex284E05A4154157529
Octal50416013210112452712211
Binary1010001001110010110101000001101010010101011110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28040E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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