#281B1C

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

Shades of Rustic Red #281B1C

Tints of Rustic Red #281B1C

Color information

#281B1C (or 0x281B1C) is unknown color: approx Rustic Red. HEX triplet: 28, 1B and 1C. RGB value is (40,27,28). Sum of RGB (Red+Green+Blue) = 40+27+28=95 (12% of max value = 765). Red value is 40 (16.02% from 255 or 42.11% from 95); Green value is 27 (10.94% from 255 or 28.42% from 95); Blue value is 28 (11.33% from 255 or 29.47% from 95); Max value from RGB is 40 - color contains mainly: red. Hex color #281B1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #281B1C is #D7E4E3. Grayscale: #1F1F1F. Windows color (decimal): -14148836 or 1841960. OLE color: 1841960.

HSL color Cylindrical-coordinate representation of color #281B1C: hue angle of 355.38º degrees, saturation: 0.19, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #281B1C is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.84.

Color convert

RGB402728-
CMYK00.330.300.84
HSL355.38º19.4%13.14%-
HSV(B)355.38º32.5%15.69%-
XYZ1.481.321.28-
YUV31126.31134.42-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 42.11%
GREEN value IS 27 (10.94% from 255) = 28.42%
BLUE value IS 28 (11.33% from 255) = 29.47%
R=42.11%
G=28.42%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.30
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40272800.330.300.84355.3819.413.14
Hex281B1C0211E5416313d
Octal503334041361245432315
Binary10100011011111000100001111101010100101100011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281B1C; }

 p { color: rgb(40,27,28); }

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

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

 a { background-color: rgb(40,27,28); }

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

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

 span { border-color: rgb(40,27,28); }

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