#280206

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

Shades of Rustic Red #280206

Tints of Rustic Red #280206

Color information

#280206 (or 0x280206) is unknown color: approx Rustic Red. HEX triplet: 28, 02 and 06. RGB value is (40,2,6). Sum of RGB (Red+Green+Blue) = 40+2+6=48 (6% of max value = 765). Red value is 40 (16.02% from 255 or 83.33% from 48); Green value is 2 (1.17% from 255 or 4.17% from 48); Blue value is 6 (2.73% from 255 or 12.5% from 48); Max value from RGB is 40 - color contains mainly: red. Hex color #280206 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280206 is #D7FDF9. Grayscale: #0D0D0D. Windows color (decimal): -14155258 or 393768. OLE color: 393768.

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

Color convert

RGB4026-
CMYK00.950.850.84
HSL353.68º90.48%8.24%-
HSV(B)353.68º95%15.69%-
XYZ0.930.510.22-
YUV13.82123.59146.67-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 83.33%
GREEN value IS 2 (1.17% from 255) = 4.17%
BLUE value IS 6 (2.73% from 255) = 12.5%
R=83.33%
G=4.17%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.85
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal402600.950.850.84353.6890.488.24
Hex282605F55541625a8
Octal5026013712512454213210
Binary10100010110010111111010101101010010110001010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280206; }

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

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

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

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

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

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

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

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