#280B0E

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

Shades of Rustic Red #280B0E

Tints of Rustic Red #280B0E

Color information

#280B0E (or 0x280B0E) is unknown color: approx Rustic Red. HEX triplet: 28, 0B and 0E. RGB value is (40,11,14). Sum of RGB (Red+Green+Blue) = 40+11+14=65 (8% of max value = 765). Red value is 40 (16.02% from 255 or 61.54% from 65); Green value is 11 (4.69% from 255 or 16.92% from 65); Blue value is 14 (5.86% from 255 or 21.54% from 65); Max value from RGB is 40 - color contains mainly: red. Hex color #280B0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280B0E is #D7F4F1. Grayscale: #141414. Windows color (decimal): -14152946 or 920360. OLE color: 920360.

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

Color convert

RGB401114-
CMYK00.720.650.84
HSL353.79º56.86%10%-
HSV(B)353.79º72.5%15.69%-
XYZ1.070.720.5-
YUV20.01124.61142.26-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 61.54%
GREEN value IS 11 (4.69% from 255) = 16.92%
BLUE value IS 14 (5.86% from 255) = 21.54%
R=61.54%
G=16.92%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.65
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40111400.720.650.84353.7956.8610
Hex28BE048415416239a
Octal50131601101011245427112
Binary1010001011111001001000100000110101001011000101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280B0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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