#280B14

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

Shades of Rustic Red #280B14

Tints of Rustic Red #280B14

Color information

#280B14 (or 0x280B14) is unknown color: approx Rustic Red. HEX triplet: 28, 0B and 14. RGB value is (40,11,20). Sum of RGB (Red+Green+Blue) = 40+11+20=71 (9% of max value = 765). Red value is 40 (16.02% from 255 or 56.34% from 71); Green value is 11 (4.69% from 255 or 15.49% from 71); Blue value is 20 (8.20% from 255 or 28.17% from 71); Max value from RGB is 40 - color contains mainly: red. Hex color #280B14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280B14 is #D7F4EB. Grayscale: #141414. Windows color (decimal): -14152940 or 1313576. OLE color: 1313576.

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

Color convert

RGB401120-
CMYK00.720.50.84
HSL341.38º56.86%10%-
HSV(B)341.38º72.5%15.69%-
XYZ1.120.740.75-
YUV20.7127.61141.77-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 56.34%
GREEN value IS 11 (4.69% from 255) = 15.49%
BLUE value IS 20 (8.20% from 255) = 28.17%
R=56.34%
G=15.49%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.5
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40112000.720.50.84341.3856.8610
Hex28B14048325415539a
Octal5013240110621245257112
Binary1010001011101000100100011001010101001010101011110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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