#281315

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

Shades of Rustic Red #281315

Tints of Rustic Red #281315

Color information

#281315 (or 0x281315) is unknown color: approx Rustic Red. HEX triplet: 28, 13 and 15. RGB value is (40,19,21). Sum of RGB (Red+Green+Blue) = 40+19+21=80 (10% of max value = 765). Red value is 40 (16.02% from 255 or 50% from 80); Green value is 19 (7.81% from 255 or 23.75% from 80); Blue value is 21 (8.59% from 255 or 26.25% from 80); Max value from RGB is 40 - color contains mainly: red. Hex color #281315 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #281315 is #D7ECEA. Grayscale: #191919. Windows color (decimal): -14150891 or 1381160. OLE color: 1381160.

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

Color convert

RGB401921-
CMYK00.520.480.84
HSL354.29º35.59%11.57%-
HSV(B)354.29º52.5%15.69%-
XYZ1.240.970.83-
YUV25.51125.46138.34-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 50%
GREEN value IS 19 (7.81% from 255) = 23.75%
BLUE value IS 21 (8.59% from 255) = 26.25%
R=50%
G=23.75%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.48
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40192100.520.480.84354.2935.5911.57
Hex281315034305416224c
Octal502325064601245424414
Binary1010001001110101011010011000010101001011000101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281315; }

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

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

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

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

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

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

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

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