#280B13

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

Shades of Rustic Red #280B13

Tints of Rustic Red #280B13

Color information

#280B13 (or 0x280B13) is unknown color: approx Rustic Red. HEX triplet: 28, 0B and 13. RGB value is (40,11,19). Sum of RGB (Red+Green+Blue) = 40+11+19=70 (9% of max value = 765). Red value is 40 (16.02% from 255 or 57.14% from 70); Green value is 11 (4.69% from 255 or 15.71% from 70); Blue value is 19 (7.81% from 255 or 27.14% from 70); Max value from RGB is 40 - color contains mainly: red. Hex color #280B13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280B13 is #D7F4EC. Grayscale: #141414. Windows color (decimal): -14152941 or 1248040. OLE color: 1248040.

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

Color convert

RGB401119-
CMYK00.720.520.84
HSL343.45º56.86%10%-
HSV(B)343.45º72.5%15.69%-
XYZ1.110.740.7-
YUV20.58127.11141.85-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 57.14%
GREEN value IS 11 (4.69% from 255) = 15.71%
BLUE value IS 19 (7.81% from 255) = 27.14%
R=57.14%
G=15.71%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.52
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40111900.720.520.84343.4556.8610
Hex28B13048345415739a
Octal5013230110641245277112
Binary1010001011100110100100011010010101001010101111110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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