#28010E

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

Shades of Rustic Red #28010E

Tints of Rustic Red #28010E

Color information

#28010E (or 0x28010E) is unknown color: approx Rustic Red. HEX triplet: 28, 01 and 0E. RGB value is (40,1,14). Sum of RGB (Red+Green+Blue) = 40+1+14=55 (7% of max value = 765). Red value is 40 (16.02% from 255 or 72.73% from 55); Green value is 1 (0.78% from 255 or 1.82% from 55); Blue value is 14 (5.86% from 255 or 25.45% from 55); Max value from RGB is 40 - color contains mainly: red. Hex color #28010E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #28010E is #D7FEF1. Grayscale: #0E0E0E. Windows color (decimal): -14155506 or 917800. OLE color: 917800.

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

Color convert

RGB40114-
CMYK00.980.650.84
HSL340º95.12%8.04%-
HSV(B)340º97.5%15.69%-
XYZ0.970.50.46-
YUV14.14127.92146.44-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 72.73%
GREEN value IS 1 (0.78% from 255) = 1.82%
BLUE value IS 14 (5.86% from 255) = 25.45%
R=72.73%
G=1.82%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.65
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4011400.980.650.8434095.128.04
Hex281E06241541545f8
Octal50116014210112452413710
Binary10100011110011000101000001101010010101010010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28010E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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