#280916

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

Shades of Rustic Red #280916

Tints of Rustic Red #280916

Color information

#280916 (or 0x280916) is unknown color: approx Rustic Red. HEX triplet: 28, 09 and 16. RGB value is (40,9,22). Sum of RGB (Red+Green+Blue) = 40+9+22=71 (9% of max value = 765). Red value is 40 (16.02% from 255 or 56.34% from 71); Green value is 9 (3.91% from 255 or 12.68% from 71); Blue value is 22 (8.98% from 255 or 30.99% from 71); Max value from RGB is 40 - color contains mainly: red. Hex color #280916 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280916 is #D7F6E9. Grayscale: #131313. Windows color (decimal): -14153450 or 1444136. OLE color: 1444136.

HSL color Cylindrical-coordinate representation of color #280916: hue angle of 334.84º degrees, saturation: 0.63, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #280916 is Cyan = 0, Magento = 0.78, Yellow = 0.45 and Black (K on CMYK) = 0.84.

Color convert

RGB40922-
CMYK00.780.450.84
HSL334.84º63.27%9.61%-
HSV(B)334.84º77.5%15.69%-
XYZ1.120.70.84-
YUV19.75129.27142.44-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 56.34%
GREEN value IS 9 (3.91% from 255) = 12.68%
BLUE value IS 22 (8.98% from 255) = 30.99%
R=56.34%
G=12.68%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.45
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4092200.780.450.84334.8463.279.61
Hex2891604E2D5414f3fa
Octal5011260116551245177712
Binary1010001001101100100111010110110101001010011111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280916; }

 p { color: rgb(40,9,22); }

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

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

 a { background-color: rgb(40,9,22); }

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

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

 span { border-color: rgb(40,9,22); }

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