#280E10

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

Shades of Rustic Red #280E10

Tints of Rustic Red #280E10

Color information

#280E10 (or 0x280E10) is unknown color: approx Rustic Red. HEX triplet: 28, 0E and 10. RGB value is (40,14,16). Sum of RGB (Red+Green+Blue) = 40+14+16=70 (9% of max value = 765). Red value is 40 (16.02% from 255 or 57.14% from 70); Green value is 14 (5.86% from 255 or 20% from 70); Blue value is 16 (6.64% from 255 or 22.86% from 70); Max value from RGB is 40 - color contains mainly: red. Hex color #280E10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280E10 is #D7F1EF. Grayscale: #161616. Windows color (decimal): -14152176 or 1052200. OLE color: 1052200.

HSL color Cylindrical-coordinate representation of color #280E10: hue angle of 355.38º 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 #280E10 is Cyan = 0, Magento = 0.65, Yellow = 0.60 and Black (K on CMYK) = 0.84.

Color convert

RGB401416-
CMYK00.650.600.84
HSL355.38º48.15%10.59%-
HSV(B)355.38º65%15.69%-
XYZ1.130.80.59-
YUV22124.61140.84-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 57.14%
GREEN value IS 14 (5.86% from 255) = 20%
BLUE value IS 16 (6.64% from 255) = 22.86%
R=57.14%
G=20%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.60
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40141600.650.600.84355.3848.1510.59
Hex28E100413C5416330b
Octal5016200101741245436013
Binary1010001110100000100000111110010101001011000111100001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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