#281415

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

Shades of Rustic Red #281415

Tints of Rustic Red #281415

Color information

#281415 (or 0x281415) is unknown color: approx Rustic Red. HEX triplet: 28, 14 and 15. RGB value is (40,20,21). Sum of RGB (Red+Green+Blue) = 40+20+21=81 (10% of max value = 765). Red value is 40 (16.02% from 255 or 49.38% from 81); Green value is 20 (8.20% from 255 or 24.69% from 81); Blue value is 21 (8.59% from 255 or 25.93% from 81); Max value from RGB is 40 - color contains mainly: red. Hex color #281415 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #281415 is #D7EBEA. Grayscale: #1A1A1A. Windows color (decimal): -14150635 or 1381416. OLE color: 1381416.

HSL color Cylindrical-coordinate representation of color #281415: hue angle of 357º degrees, saturation: 0.33, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #281415 is Cyan = 0, Magento = 0.5, Yellow = 0.48 and Black (K on CMYK) = 0.84.

Color convert

RGB402021-
CMYK00.50.480.84
HSL357º33.33%11.76%-
HSV(B)357º50%15.69%-
XYZ1.261.010.84-
YUV26.09125.13137.92-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 49.38%
GREEN value IS 20 (8.20% from 255) = 24.69%
BLUE value IS 21 (8.59% from 255) = 25.93%
R=49.38%
G=24.69%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.48
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40202100.50.480.8435733.3311.76
Hex281415032305416521c
Octal502425062601245454114
Binary1010001010010101011001011000010101001011001011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281415; }

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

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

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

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

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

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

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

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