#28090E

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

Shades of Rustic Red #28090E

Tints of Rustic Red #28090E

Color information

#28090E (or 0x28090E) is unknown color: approx Rustic Red. HEX triplet: 28, 09 and 0E. RGB value is (40,9,14). Sum of RGB (Red+Green+Blue) = 40+9+14=63 (8% of max value = 765). Red value is 40 (16.02% from 255 or 63.49% from 63); Green value is 9 (3.91% from 255 or 14.29% from 63); Blue value is 14 (5.86% from 255 or 22.22% from 63); Max value from RGB is 40 - color contains mainly: red. Hex color #28090E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #28090E is #D7F6F1. Grayscale: #121212. Windows color (decimal): -14153458 or 919848. OLE color: 919848.

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

Color convert

RGB40914-
CMYK00.780.650.84
HSL350.32º63.27%9.61%-
HSV(B)350.32º77.5%15.69%-
XYZ1.050.680.49-
YUV18.84125.27143.09-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 63.49%
GREEN value IS 9 (3.91% from 255) = 14.29%
BLUE value IS 14 (5.86% from 255) = 22.22%
R=63.49%
G=14.29%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.65
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4091400.780.650.84350.3263.279.61
Hex289E04E415415e3fa
Octal50111601161011245367712
Binary1010001001111001001110100000110101001010111101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28090E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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