#280304

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

Shades of Rustic Red #280304

Tints of Rustic Red #280304

Color information

#280304 (or 0x280304) is unknown color: approx Rustic Red. HEX triplet: 28, 03 and 04. RGB value is (40,3,4). Sum of RGB (Red+Green+Blue) = 40+3+4=47 (6% of max value = 765). Red value is 40 (16.02% from 255 or 85.11% from 47); Green value is 3 (1.56% from 255 or 6.38% from 47); Blue value is 4 (1.95% from 255 or 8.51% from 47); Max value from RGB is 40 - color contains mainly: red. Hex color #280304 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280304 is #D7FCFB. Grayscale: #0E0E0E. Windows color (decimal): -14155004 or 262952. OLE color: 262952.

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

Color convert

RGB4034-
CMYK00.930.900.84
HSL358.38º86.05%8.43%-
HSV(B)358.38º92.5%15.69%-
XYZ0.930.530.17-
YUV14.18122.26146.42-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 85.11%
GREEN value IS 3 (1.56% from 255) = 6.38%
BLUE value IS 4 (1.95% from 255) = 8.51%
R=85.11%
G=6.38%
B=8.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.90
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal403400.930.900.84358.3886.058.43
Hex283405D5A54166568
Octal5034013513212454612610
Binary10100011100010111011011010101010010110011010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280304; }

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

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

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

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

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

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

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

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