#280312

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

Shades of Rustic Red #280312

Tints of Rustic Red #280312

Color information

#280312 (or 0x280312) is unknown color: approx Rustic Red. HEX triplet: 28, 03 and 12. RGB value is (40,3,18). Sum of RGB (Red+Green+Blue) = 40+3+18=61 (8% of max value = 765). Red value is 40 (16.02% from 255 or 65.57% from 61); Green value is 3 (1.56% from 255 or 4.92% from 61); Blue value is 18 (7.42% from 255 or 29.51% from 61); Max value from RGB is 40 - color contains mainly: red. Hex color #280312 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280312 is #D7FCED. Grayscale: #0F0F0F. Windows color (decimal): -14154990 or 1180456. OLE color: 1180456.

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

Color convert

RGB40318-
CMYK00.930.550.84
HSL335.68º86.05%8.43%-
HSV(B)335.68º92.5%15.69%-
XYZ1.020.560.63-
YUV15.77129.26145.28-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 65.57%
GREEN value IS 3 (1.56% from 255) = 4.92%
BLUE value IS 18 (7.42% from 255) = 29.51%
R=65.57%
G=4.92%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.55
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4031800.930.550.84335.6886.058.43
Hex2831205D3754150568
Octal5032201356712452012610
Binary101000111001001011101110111101010010101000010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280312; }

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

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

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

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

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

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

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

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