#281014

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

Shades of Rustic Red #281014

Tints of Rustic Red #281014

Color information

#281014 (or 0x281014) is unknown color: approx Rustic Red. HEX triplet: 28, 10 and 14. RGB value is (40,16,20). Sum of RGB (Red+Green+Blue) = 40+16+20=76 (10% of max value = 765). Red value is 40 (16.02% from 255 or 52.63% from 76); Green value is 16 (6.64% from 255 or 21.05% from 76); Blue value is 20 (8.20% from 255 or 26.32% from 76); Max value from RGB is 40 - color contains mainly: red. Hex color #281014 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #281014 is #D7EFEB. Grayscale: #171717. Windows color (decimal): -14151660 or 1314856. OLE color: 1314856.

HSL color Cylindrical-coordinate representation of color #281014: hue angle of 350º degrees, saturation: 0.43, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #281014 is Cyan = 0, Magento = 0.60, Yellow = 0.5 and Black (K on CMYK) = 0.84.

Color convert

RGB401620-
CMYK00.600.50.84
HSL350º42.86%10.98%-
HSV(B)350º60%15.69%-
XYZ1.190.870.77-
YUV23.63125.95139.67-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 52.63%
GREEN value IS 16 (6.64% from 255) = 21.05%
BLUE value IS 20 (8.20% from 255) = 26.32%
R=52.63%
G=21.05%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.5
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40162000.600.50.8435042.8610.98
Hex28101403C325415e2bb
Octal502024074621245365313
Binary1010001000010100011110011001010101001010111101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281014; }

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

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

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

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

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

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

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

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