#281112

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

Shades of Rustic Red #281112

Tints of Rustic Red #281112

Color information

#281112 (or 0x281112) is unknown color: approx Rustic Red. HEX triplet: 28, 11 and 12. RGB value is (40,17,18). Sum of RGB (Red+Green+Blue) = 40+17+18=75 (9% of max value = 765). Red value is 40 (16.02% from 255 or 53.33% from 75); Green value is 17 (7.03% from 255 or 22.67% from 75); Blue value is 18 (7.42% from 255 or 24% from 75); Max value from RGB is 40 - color contains mainly: red. Hex color #281112 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #281112 is #D7EEED. Grayscale: #181818. Windows color (decimal): -14151406 or 1184040. OLE color: 1184040.

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

Color convert

RGB401718-
CMYK00.570.550.84
HSL357.39º40.35%11.18%-
HSV(B)357.39º57.5%15.69%-
XYZ1.180.90.68-
YUV23.99124.62139.42-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 53.33%
GREEN value IS 17 (7.03% from 255) = 22.67%
BLUE value IS 18 (7.42% from 255) = 24%
R=53.33%
G=22.67%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.55
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40171800.570.550.84357.3940.3511.18
Hex281112039375416528b
Octal502122071671245455013
Binary1010001000110010011100111011110101001011001011010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281112; }

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

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

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

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

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

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

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

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