#280B0D

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

Shades of Rustic Red #280B0D

Tints of Rustic Red #280B0D

Color information

#280B0D (or 0x280B0D) is unknown color: approx Rustic Red. HEX triplet: 28, 0B and 0D. RGB value is (40,11,13). Sum of RGB (Red+Green+Blue) = 40+11+13=64 (8% of max value = 765). Red value is 40 (16.02% from 255 or 62.5% from 64); Green value is 11 (4.69% from 255 or 17.19% from 64); Blue value is 13 (5.47% from 255 or 20.31% from 64); Max value from RGB is 40 - color contains mainly: red. Hex color #280B0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280B0D is #D7F4F2. Grayscale: #131313. Windows color (decimal): -14152947 or 854824. OLE color: 854824.

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

Color convert

RGB401113-
CMYK00.720.670.84
HSL355.86º56.86%10%-
HSV(B)355.86º72.5%15.69%-
XYZ1.070.720.46-
YUV19.9124.11142.34-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 62.5%
GREEN value IS 11 (4.69% from 255) = 17.19%
BLUE value IS 13 (5.47% from 255) = 20.31%
R=62.5%
G=17.19%
B=20.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.67
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40111300.720.670.84355.8656.8610
Hex28BD048435416439a
Octal50131501101031245447112
Binary1010001011110101001000100001110101001011001001110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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