#280406

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

Shades of Rustic Red #280406

Tints of Rustic Red #280406

Color information

#280406 (or 0x280406) is unknown color: approx Rustic Red. HEX triplet: 28, 04 and 06. RGB value is (40,4,6). Sum of RGB (Red+Green+Blue) = 40+4+6=50 (6% of max value = 765). Red value is 40 (16.02% from 255 or 80% from 50); Green value is 4 (1.95% from 255 or 8% from 50); Blue value is 6 (2.73% from 255 or 12% from 50); Max value from RGB is 40 - color contains mainly: red. Hex color #280406 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280406 is #D7FBF9. Grayscale: #0F0F0F. Windows color (decimal): -14154746 or 394280. OLE color: 394280.

HSL color Cylindrical-coordinate representation of color #280406: hue angle of 356.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 #280406 is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.84.

Color convert

RGB4046-
CMYK00.900.850.84
HSL356.67º81.82%8.63%-
HSV(B)356.67º90%15.69%-
XYZ0.950.550.23-
YUV14.99122.93145.84-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 80%
GREEN value IS 4 (1.95% from 255) = 8%
BLUE value IS 6 (2.73% from 255) = 12%
R=80%
G=8%
B=12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.85
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal404600.900.850.84356.6781.828.63
Hex284605A5554165529
Octal5046013212512454512211
Binary101000100110010110101010101101010010110010110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280406; }

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

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

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

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

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

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

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

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