#280514

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

Shades of Rustic Red #280514

Tints of Rustic Red #280514

Color information

#280514 (or 0x280514) is unknown color: approx Rustic Red. HEX triplet: 28, 05 and 14. RGB value is (40,5,20). Sum of RGB (Red+Green+Blue) = 40+5+20=65 (8% of max value = 765). Red value is 40 (16.02% from 255 or 61.54% from 65); Green value is 5 (2.34% from 255 or 7.69% from 65); Blue value is 20 (8.20% from 255 or 30.77% from 65); Max value from RGB is 40 - color contains mainly: red. Hex color #280514 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #280514 is #D7FAEB. Grayscale: #111111. Windows color (decimal): -14154476 or 1312040. OLE color: 1312040.

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

Color convert

RGB40520-
CMYK00.880.50.84
HSL334.29º77.78%8.82%-
HSV(B)334.29º87.5%15.69%-
XYZ1.060.610.72-
YUV17.18129.6144.28-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 61.54%
GREEN value IS 5 (2.34% from 255) = 7.69%
BLUE value IS 20 (8.20% from 255) = 30.77%
R=61.54%
G=7.69%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.5
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4052000.880.50.84334.2977.788.82
Hex28514058325414e4e9
Octal5052401306212451611611
Binary1010001011010001011000110010101010010100111010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280514; }

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

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

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

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

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

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

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

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