#280C11

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

Shades of Rustic Red #280C11

Tints of Rustic Red #280C11

Color information

#280C11 (or 0x280C11) is unknown color: approx Rustic Red. HEX triplet: 28, 0C and 11. RGB value is (40,12,17). Sum of RGB (Red+Green+Blue) = 40+12+17=69 (9% of max value = 765). Red value is 40 (16.02% from 255 or 57.97% from 69); Green value is 12 (5.08% from 255 or 17.39% from 69); Blue value is 17 (7.03% from 255 or 24.64% from 69); Max value from RGB is 40 - color contains mainly: red. Hex color #280C11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280C11 is #D7F3EE. Grayscale: #141414. Windows color (decimal): -14152687 or 1117224. OLE color: 1117224.

HSL color Cylindrical-coordinate representation of color #280C11: hue angle of 349.29º degrees, saturation: 0.54, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #280C11 is Cyan = 0, Magento = 0.70, Yellow = 0.57 and Black (K on CMYK) = 0.84.

Color convert

RGB401217-
CMYK00.700.570.84
HSL349.29º53.85%10.2%-
HSV(B)349.29º70%15.69%-
XYZ1.110.750.62-
YUV20.94125.78141.59-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 57.97%
GREEN value IS 12 (5.08% from 255) = 17.39%
BLUE value IS 17 (7.03% from 255) = 24.64%
R=57.97%
G=17.39%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.57
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40121700.700.570.84349.2953.8510.2
Hex28C11046395415d36a
Octal5014210106711245356612
Binary1010001100100010100011011100110101001010111011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,12,17); }

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

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

 a { background-color: rgb(40,12,17); }

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

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

 span { border-color: rgb(40,12,17); }

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