#280001

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

Shades of Rustic Red #280001

Tints of Rustic Red #280001

Color information

#280001 (or 0x280001) is unknown color: approx Rustic Red. HEX triplet: 28, 00 and 01. RGB value is (40,0,1). Sum of RGB (Red+Green+Blue) = 40+0+1=41 (5% of max value = 765). Red value is 40 (16.02% from 255 or 97.56% from 41); Green value is 0 (0.39% from 255 or 0% from 41); Blue value is 1 (0.78% from 255 or 2.44% from 41); Max value from RGB is 40 - color contains mainly: red. Hex color #280001 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280001 is #D7FFFE. Grayscale: #0C0C0C. Windows color (decimal): -14155775 or 65576. OLE color: 65576.

HSL color Cylindrical-coordinate representation of color #280001: hue angle of 358.5º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #280001 is Cyan = 0, Magento = 1, Yellow = 0.98 and Black (K on CMYK) = 0.84.

Color convert

RGB4001-
CMYK010.980.84
HSL358.5º100%7.84%-
HSV(B)358.5º100%15.69%-
XYZ0.880.450.07-
YUV12.07121.75147.92-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 97.56%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 1 (0.78% from 255) = 2.44%
R=97.56%
G=0%
B=2.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.98
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4001010.980.84358.51007.84
Hex28010646254166648
Octal5001014414212454614410
Binary10100001011001001100010101010010110011011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280001; }

 p { color: rgb(40,0,1); }

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

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

 a { background-color: rgb(40,0,1); }

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

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

 span { border-color: rgb(40,0,1); }

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