#281113

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

Shades of Rustic Red #281113

Tints of Rustic Red #281113

Color information

#281113 (or 0x281113) is unknown color: approx Rustic Red. HEX triplet: 28, 11 and 13. RGB value is (40,17,19). Sum of RGB (Red+Green+Blue) = 40+17+19=76 (10% of max value = 765). Red value is 40 (16.02% from 255 or 52.63% from 76); Green value is 17 (7.03% from 255 or 22.37% from 76); Blue value is 19 (7.81% from 255 or 25% from 76); Max value from RGB is 40 - color contains mainly: red. Hex color #281113 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #281113 is #D7EEEC. Grayscale: #181818. Windows color (decimal): -14151405 or 1249576. OLE color: 1249576.

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

Color convert

RGB401719-
CMYK00.570.520.84
HSL354.78º40.35%11.18%-
HSV(B)354.78º57.5%15.69%-
XYZ1.190.90.73-
YUV24.1125.12139.34-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 52.63%
GREEN value IS 17 (7.03% from 255) = 22.37%
BLUE value IS 19 (7.81% from 255) = 25%
R=52.63%
G=22.37%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.52
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40171900.570.520.84354.7840.3511.18
Hex281113039345416328b
Octal502123071641245435013
Binary1010001000110011011100111010010101001011000111010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281113; }

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

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

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

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

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

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

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

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