#280B12

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

Shades of Rustic Red #280B12

Tints of Rustic Red #280B12

Color information

#280B12 (or 0x280B12) is unknown color: approx Rustic Red. HEX triplet: 28, 0B and 12. RGB value is (40,11,18). Sum of RGB (Red+Green+Blue) = 40+11+18=69 (9% of max value = 765). Red value is 40 (16.02% from 255 or 57.97% from 69); Green value is 11 (4.69% from 255 or 15.94% from 69); Blue value is 18 (7.42% from 255 or 26.09% from 69); Max value from RGB is 40 - color contains mainly: red. Hex color #280B12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280B12 is #D7F4ED. Grayscale: #141414. Windows color (decimal): -14152942 or 1182504. OLE color: 1182504.

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

Color convert

RGB401118-
CMYK00.720.550.84
HSL345.52º56.86%10%-
HSV(B)345.52º72.5%15.69%-
XYZ1.10.730.66-
YUV20.47126.61141.93-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 57.97%
GREEN value IS 11 (4.69% from 255) = 15.94%
BLUE value IS 18 (7.42% from 255) = 26.09%
R=57.97%
G=15.94%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.55
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40111800.720.550.84345.5256.8610
Hex28B12048375415a39a
Octal5013220110671245327112
Binary1010001011100100100100011011110101001010110101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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