#281015

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

Shades of Rustic Red #281015

Tints of Rustic Red #281015

Color information

#281015 (or 0x281015) is unknown color: approx Rustic Red. HEX triplet: 28, 10 and 15. RGB value is (40,16,21). Sum of RGB (Red+Green+Blue) = 40+16+21=77 (10% of max value = 765). Red value is 40 (16.02% from 255 or 51.95% from 77); Green value is 16 (6.64% from 255 or 20.78% from 77); Blue value is 21 (8.59% from 255 or 27.27% from 77); Max value from RGB is 40 - color contains mainly: red. Hex color #281015 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #281015 is #D7EFEA. Grayscale: #171717. Windows color (decimal): -14151659 or 1380392. OLE color: 1380392.

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

Color convert

RGB401621-
CMYK00.600.480.84
HSL347.5º42.86%10.98%-
HSV(B)347.5º60%15.69%-
XYZ1.20.880.82-
YUV23.75126.45139.59-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 51.95%
GREEN value IS 16 (6.64% from 255) = 20.78%
BLUE value IS 21 (8.59% from 255) = 27.27%
R=51.95%
G=20.78%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.48
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40162100.600.480.84347.542.8610.98
Hex28101503C305415c2bb
Octal502025074601245345313
Binary1010001000010101011110011000010101001010111001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281015; }

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

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

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

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

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

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

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

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