#28030E

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

Shades of Rustic Red #28030E

Tints of Rustic Red #28030E

Color information

#28030E (or 0x28030E) is unknown color: approx Rustic Red. HEX triplet: 28, 03 and 0E. RGB value is (40,3,14). Sum of RGB (Red+Green+Blue) = 40+3+14=57 (7% of max value = 765). Red value is 40 (16.02% from 255 or 70.18% from 57); Green value is 3 (1.56% from 255 or 5.26% from 57); Blue value is 14 (5.86% from 255 or 24.56% from 57); Max value from RGB is 40 - color contains mainly: red. Hex color #28030E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #28030E is #D7FCF1. Grayscale: #0F0F0F. Windows color (decimal): -14154994 or 918312. OLE color: 918312.

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

Color convert

RGB40314-
CMYK00.930.650.84
HSL342.16º86.05%8.43%-
HSV(B)342.16º92.5%15.69%-
XYZ0.990.550.47-
YUV15.32127.26145.61-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 70.18%
GREEN value IS 3 (1.56% from 255) = 5.26%
BLUE value IS 14 (5.86% from 255) = 24.56%
R=70.18%
G=5.26%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.65
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4031400.930.650.84342.1686.058.43
Hex283E05D4154156568
Octal50316013510112452612610
Binary101000111110010111011000001101010010101011010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28030E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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