#280508

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

Shades of Rustic Red #280508

Tints of Rustic Red #280508

Color information

#280508 (or 0x280508) is unknown color: approx Rustic Red. HEX triplet: 28, 05 and 08. RGB value is (40,5,8). Sum of RGB (Red+Green+Blue) = 40+5+8=53 (7% of max value = 765). Red value is 40 (16.02% from 255 or 75.47% from 53); Green value is 5 (2.34% from 255 or 9.43% from 53); Blue value is 8 (3.52% from 255 or 15.09% from 53); Max value from RGB is 40 - color contains mainly: red. Hex color #280508 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280508 is #D7FAF7. Grayscale: #0F0F0F. Windows color (decimal): -14154488 or 525608. OLE color: 525608.

HSL color Cylindrical-coordinate representation of color #280508: hue angle of 354.86º 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 #280508 is Cyan = 0, Magento = 0.88, Yellow = 0.80 and Black (K on CMYK) = 0.84.

Color convert

RGB4058-
CMYK00.880.800.84
HSL354.86º77.78%8.82%-
HSV(B)354.86º87.5%15.69%-
XYZ0.970.580.29-
YUV15.81123.6145.26-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 75.47%
GREEN value IS 5 (2.34% from 255) = 9.43%
BLUE value IS 8 (3.52% from 255) = 15.09%
R=75.47%
G=9.43%
B=15.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.80
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal405800.880.800.84354.8677.788.82
Hex285805850541634e9
Octal50510013012012454311611
Binary1010001011000010110001010000101010010110001110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280508; }

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

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

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

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

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

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

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

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