#280E16

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

Shades of Rustic Red #280E16

Tints of Rustic Red #280E16

Color information

#280E16 (or 0x280E16) is unknown color: approx Rustic Red. HEX triplet: 28, 0E and 16. RGB value is (40,14,22). Sum of RGB (Red+Green+Blue) = 40+14+22=76 (10% of max value = 765). Red value is 40 (16.02% from 255 or 52.63% from 76); Green value is 14 (5.86% from 255 or 18.42% from 76); Blue value is 22 (8.98% from 255 or 28.95% from 76); Max value from RGB is 40 - color contains mainly: red. Hex color #280E16 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280E16 is #D7F1E9. Grayscale: #161616. Windows color (decimal): -14152170 or 1445416. OLE color: 1445416.

HSL color Cylindrical-coordinate representation of color #280E16: hue angle of 341.54º degrees, saturation: 0.48, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #280E16 is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.84.

Color convert

RGB401422-
CMYK00.650.450.84
HSL341.54º48.15%10.59%-
HSV(B)341.54º65%15.69%-
XYZ1.180.820.86-
YUV22.69127.61140.35-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 52.63%
GREEN value IS 14 (5.86% from 255) = 18.42%
BLUE value IS 22 (8.98% from 255) = 28.95%
R=52.63%
G=18.42%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.45
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40142200.650.450.84341.5448.1510.59
Hex28E160412D5415630b
Octal5016260101551245266013
Binary1010001110101100100000110110110101001010101101100001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280E16; }

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

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

<style>
 a { background-color: #280E16; }

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

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

<style>
 span { border-color: #280E16; }

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

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