#28070E

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

Shades of Rustic Red #28070E

Tints of Rustic Red #28070E

Color information

#28070E (or 0x28070E) is unknown color: approx Rustic Red. HEX triplet: 28, 07 and 0E. RGB value is (40,7,14). Sum of RGB (Red+Green+Blue) = 40+7+14=61 (8% of max value = 765). Red value is 40 (16.02% from 255 or 65.57% from 61); Green value is 7 (3.12% from 255 or 11.48% from 61); Blue value is 14 (5.86% from 255 or 22.95% from 61); Max value from RGB is 40 - color contains mainly: red. Hex color #28070E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #28070E is #D7F8F1. Grayscale: #111111. Windows color (decimal): -14153970 or 919336. OLE color: 919336.

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

Color convert

RGB40714-
CMYK00.830.650.84
HSL347.27º70.21%9.22%-
HSV(B)347.27º82.5%15.69%-
XYZ1.030.630.48-
YUV17.66125.93143.93-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 65.57%
GREEN value IS 7 (3.12% from 255) = 11.48%
BLUE value IS 14 (5.86% from 255) = 22.95%
R=65.57%
G=11.48%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.65
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4071400.830.650.84347.2770.219.22
Hex287E053415415b469
Octal50716012310112453310611
Binary1010001111110010100111000001101010010101101110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28070E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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