#280B16

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

Shades of Rustic Red #280B16

Tints of Rustic Red #280B16

Color information

#280B16 (or 0x280B16) is unknown color: approx Rustic Red. HEX triplet: 28, 0B and 16. RGB value is (40,11,22). Sum of RGB (Red+Green+Blue) = 40+11+22=73 (9% of max value = 765). Red value is 40 (16.02% from 255 or 54.79% from 73); Green value is 11 (4.69% from 255 or 15.07% from 73); Blue value is 22 (8.98% from 255 or 30.14% from 73); Max value from RGB is 40 - color contains mainly: red. Hex color #280B16 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280B16 is #D7F4E9. Grayscale: #141414. Windows color (decimal): -14152938 or 1444648. OLE color: 1444648.

HSL color Cylindrical-coordinate representation of color #280B16: hue angle of 337.24º degrees, saturation: 0.57, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #280B16 is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.84.

Color convert

RGB401122-
CMYK00.720.450.84
HSL337.24º56.86%10%-
HSV(B)337.24º72.5%15.69%-
XYZ1.140.750.84-
YUV20.92128.61141.61-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 54.79%
GREEN value IS 11 (4.69% from 255) = 15.07%
BLUE value IS 22 (8.98% from 255) = 30.14%
R=54.79%
G=15.07%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.45
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40112200.720.450.84337.2456.8610
Hex28B160482D5415139a
Octal5013260110551245217112
Binary1010001011101100100100010110110101001010100011110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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