#280203

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

Shades of Rustic Red #280203

Tints of Rustic Red #280203

Color information

#280203 (or 0x280203) is unknown color: approx Rustic Red. HEX triplet: 28, 02 and 03. RGB value is (40,2,3). Sum of RGB (Red+Green+Blue) = 40+2+3=45 (5% of max value = 765). Red value is 40 (16.02% from 255 or 88.89% from 45); Green value is 2 (1.17% from 255 or 4.44% from 45); Blue value is 3 (1.56% from 255 or 6.67% from 45); Max value from RGB is 40 - color contains mainly: red. Hex color #280203 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280203 is #D7FDFC. Grayscale: #0D0D0D. Windows color (decimal): -14155261 or 197160. OLE color: 197160.

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

Color convert

RGB4023-
CMYK00.950.930.84
HSL358.42º90.48%8.24%-
HSV(B)358.42º95%15.69%-
XYZ0.910.50.13-
YUV13.48122.09146.92-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 88.89%
GREEN value IS 2 (1.17% from 255) = 4.44%
BLUE value IS 3 (1.56% from 255) = 6.67%
R=88.89%
G=4.44%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.93
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal402300.950.930.84358.4290.488.24
Hex282305F5D541665a8
Octal5023013713512454613210
Binary1010001011010111111011101101010010110011010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280203; }

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

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

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

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

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

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

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

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