#280509

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

Shades of Rustic Red #280509

Tints of Rustic Red #280509

Color information

#280509 (or 0x280509) is unknown color: approx Rustic Red. HEX triplet: 28, 05 and 09. RGB value is (40,5,9). Sum of RGB (Red+Green+Blue) = 40+5+9=54 (7% of max value = 765). Red value is 40 (16.02% from 255 or 74.07% from 54); Green value is 5 (2.34% from 255 or 9.26% from 54); Blue value is 9 (3.91% from 255 or 16.67% from 54); Max value from RGB is 40 - color contains mainly: red. Hex color #280509 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280509 is #D7FAF6. Grayscale: #0F0F0F. Windows color (decimal): -14154487 or 591144. OLE color: 591144.

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

Color convert

RGB4059-
CMYK00.880.780.84
HSL353.14º77.78%8.82%-
HSV(B)353.14º87.5%15.69%-
XYZ0.980.580.32-
YUV15.92124.1145.17-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 74.07%
GREEN value IS 5 (2.34% from 255) = 9.26%
BLUE value IS 9 (3.91% from 255) = 16.67%
R=74.07%
G=9.26%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.78
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal405900.880.780.84353.1477.788.82
Hex28590584E541614e9
Octal50511013011612454111611
Binary1010001011001010110001001110101010010110000110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280509; }

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

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

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

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

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

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

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

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