#280B15

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

Shades of Rustic Red #280B15

Tints of Rustic Red #280B15

Color information

#280B15 (or 0x280B15) is unknown color: approx Rustic Red. HEX triplet: 28, 0B and 15. RGB value is (40,11,21). Sum of RGB (Red+Green+Blue) = 40+11+21=72 (9% of max value = 765). Red value is 40 (16.02% from 255 or 55.56% from 72); Green value is 11 (4.69% from 255 or 15.28% from 72); Blue value is 21 (8.59% from 255 or 29.17% from 72); Max value from RGB is 40 - color contains mainly: red. Hex color #280B15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280B15 is #D7F4EA. Grayscale: #141414. Windows color (decimal): -14152939 or 1379112. OLE color: 1379112.

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

Color convert

RGB401121-
CMYK00.720.480.84
HSL339.31º56.86%10%-
HSV(B)339.31º72.5%15.69%-
XYZ1.130.740.79-
YUV20.81128.11141.69-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 55.56%
GREEN value IS 11 (4.69% from 255) = 15.28%
BLUE value IS 21 (8.59% from 255) = 29.17%
R=55.56%
G=15.28%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.48
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40112100.720.480.84339.3156.8610
Hex28B15048305415339a
Octal5013250110601245237112
Binary1010001011101010100100011000010101001010100111110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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