#280009

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

Shades of Rustic Red #280009

Tints of Rustic Red #280009

Color information

#280009 (or 0x280009) is unknown color: approx Rustic Red. HEX triplet: 28, 00 and 09. RGB value is (40,0,9). Sum of RGB (Red+Green+Blue) = 40+0+9=49 (6% of max value = 765). Red value is 40 (16.02% from 255 or 81.63% from 49); Green value is 0 (0.39% from 255 or 0% from 49); Blue value is 9 (3.91% from 255 or 18.37% from 49); Max value from RGB is 40 - color contains mainly: red. Hex color #280009 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280009 is #D7FFF6. Grayscale: #0C0C0C. Windows color (decimal): -14155767 or 589864. OLE color: 589864.

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

Color convert

RGB4009-
CMYK010.780.84
HSL346.5º100%7.84%-
HSV(B)346.5º100%15.69%-
XYZ0.920.470.3-
YUV12.99125.75147.27-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 81.63%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 9 (3.91% from 255) = 18.37%
R=81.63%
G=0%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.78
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4009010.780.84346.51007.84
Hex28090644E5415a648
Octal50011014411612453214410
Binary10100001001011001001001110101010010101101011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280009; }

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

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

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

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

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

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

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

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