#280B11

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

Shades of Rustic Red #280B11

Tints of Rustic Red #280B11

Color information

#280B11 (or 0x280B11) is unknown color: approx Rustic Red. HEX triplet: 28, 0B and 11. RGB value is (40,11,17). Sum of RGB (Red+Green+Blue) = 40+11+17=68 (9% of max value = 765). Red value is 40 (16.02% from 255 or 58.82% from 68); Green value is 11 (4.69% from 255 or 16.18% from 68); Blue value is 17 (7.03% from 255 or 25% from 68); Max value from RGB is 40 - color contains mainly: red. Hex color #280B11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280B11 is #D7F4EE. Grayscale: #141414. Windows color (decimal): -14152943 or 1116968. OLE color: 1116968.

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

Color convert

RGB401117-
CMYK00.720.570.84
HSL347.59º56.86%10%-
HSV(B)347.59º72.5%15.69%-
XYZ1.10.730.61-
YUV20.35126.11142.01-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 58.82%
GREEN value IS 11 (4.69% from 255) = 16.18%
BLUE value IS 17 (7.03% from 255) = 25%
R=58.82%
G=16.18%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.57
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40111700.720.570.84347.5956.8610
Hex28B11048395415c39a
Octal5013210110711245347112
Binary1010001011100010100100011100110101001010111001110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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