#280512

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

Shades of Rustic Red #280512

Tints of Rustic Red #280512

Color information

#280512 (or 0x280512) is unknown color: approx Rustic Red. HEX triplet: 28, 05 and 12. RGB value is (40,5,18). Sum of RGB (Red+Green+Blue) = 40+5+18=63 (8% of max value = 765). Red value is 40 (16.02% from 255 or 63.49% from 63); Green value is 5 (2.34% from 255 or 7.94% from 63); Blue value is 18 (7.42% from 255 or 28.57% from 63); Max value from RGB is 40 - color contains mainly: red. Hex color #280512 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280512 is #D7FAED. Grayscale: #101010. Windows color (decimal): -14154478 or 1180968. OLE color: 1180968.

HSL color Cylindrical-coordinate representation of color #280512: hue angle of 337.71º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #280512 is Cyan = 0, Magento = 0.88, Yellow = 0.55 and Black (K on CMYK) = 0.84.

Color convert

RGB40518-
CMYK00.880.550.84
HSL337.71º77.78%8.82%-
HSV(B)337.71º87.5%15.69%-
XYZ1.040.60.63-
YUV16.95128.6144.44-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 63.49%
GREEN value IS 5 (2.34% from 255) = 7.94%
BLUE value IS 18 (7.42% from 255) = 28.57%
R=63.49%
G=7.94%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.55
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4051800.880.550.84337.7177.788.82
Hex2851205837541524e9
Octal5052201306712452211611
Binary1010001011001001011000110111101010010101001010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280512; }

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

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

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

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

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

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

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

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