#280409

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

Shades of Rustic Red #280409

Tints of Rustic Red #280409

Color information

#280409 (or 0x280409) is unknown color: approx Rustic Red. HEX triplet: 28, 04 and 09. RGB value is (40,4,9). Sum of RGB (Red+Green+Blue) = 40+4+9=53 (7% of max value = 765). Red value is 40 (16.02% from 255 or 75.47% from 53); Green value is 4 (1.95% from 255 or 7.55% from 53); Blue value is 9 (3.91% from 255 or 16.98% from 53); Max value from RGB is 40 - color contains mainly: red. Hex color #280409 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280409 is #D7FBF6. Grayscale: #0F0F0F. Windows color (decimal): -14154743 or 590888. OLE color: 590888.

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

Color convert

RGB4049-
CMYK00.900.780.84
HSL351.67º81.82%8.63%-
HSV(B)351.67º90%15.69%-
XYZ0.970.560.32-
YUV15.33124.43145.59-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 75.47%
GREEN value IS 4 (1.95% from 255) = 7.55%
BLUE value IS 9 (3.91% from 255) = 16.98%
R=75.47%
G=7.55%
B=16.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.78
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal404900.900.780.84351.6781.828.63
Hex284905A4E54160529
Octal50411013211612454012211
Binary1010001001001010110101001110101010010110000010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280409; }

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

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

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

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

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

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

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

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