#280209

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

Shades of Rustic Red #280209

Tints of Rustic Red #280209

Color information

#280209 (or 0x280209) is unknown color: approx Rustic Red. HEX triplet: 28, 02 and 09. RGB value is (40,2,9). Sum of RGB (Red+Green+Blue) = 40+2+9=51 (6% of max value = 765). Red value is 40 (16.02% from 255 or 78.43% from 51); Green value is 2 (1.17% from 255 or 3.92% from 51); Blue value is 9 (3.91% from 255 or 17.65% from 51); Max value from RGB is 40 - color contains mainly: red. Hex color #280209 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280209 is #D7FDF6. Grayscale: #0E0E0E. Windows color (decimal): -14155255 or 590376. OLE color: 590376.

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

Color convert

RGB4029-
CMYK00.950.780.84
HSL348.95º90.48%8.24%-
HSV(B)348.95º95%15.69%-
XYZ0.950.510.31-
YUV14.16125.09146.43-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 78.43%
GREEN value IS 2 (1.17% from 255) = 3.92%
BLUE value IS 9 (3.91% from 255) = 17.65%
R=78.43%
G=3.92%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.78
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal402900.950.780.84348.9590.488.24
Hex282905F4E5415d5a8
Octal50211013711612453513210
Binary101000101001010111111001110101010010101110110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280209; }

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

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

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

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

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

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

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

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