#280205

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

Shades of Rustic Red #280205

Tints of Rustic Red #280205

Color information

#280205 (or 0x280205) is unknown color: approx Rustic Red. HEX triplet: 28, 02 and 05. RGB value is (40,2,5). Sum of RGB (Red+Green+Blue) = 40+2+5=47 (6% of max value = 765). Red value is 40 (16.02% from 255 or 85.11% from 47); Green value is 2 (1.17% from 255 or 4.26% from 47); Blue value is 5 (2.34% from 255 or 10.64% from 47); Max value from RGB is 40 - color contains mainly: red. Hex color #280205 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280205 is #D7FDFA. Grayscale: #0D0D0D. Windows color (decimal): -14155259 or 328232. OLE color: 328232.

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

Color convert

RGB4025-
CMYK00.950.880.84
HSL355.26º90.48%8.24%-
HSV(B)355.26º95%15.69%-
XYZ0.920.510.19-
YUV13.7123.09146.76-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 85.11%
GREEN value IS 2 (1.17% from 255) = 4.26%
BLUE value IS 5 (2.34% from 255) = 10.64%
R=85.11%
G=4.26%
B=10.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.88
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal402500.950.880.84355.2690.488.24
Hex282505F58541635a8
Octal5025013713012454313210
Binary10100010101010111111011000101010010110001110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280205; }

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

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

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

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

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

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

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

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