#261116

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

Shades of Rustic Red #261116

Tints of Rustic Red #261116

Color information

#261116 (or 0x261116) is unknown color: approx Rustic Red. HEX triplet: 26, 11 and 16. RGB value is (38,17,22). Sum of RGB (Red+Green+Blue) = 38+17+22=77 (10% of max value = 765). Red value is 38 (15.23% from 255 or 49.35% from 77); Green value is 17 (7.03% from 255 or 22.08% from 77); Blue value is 22 (8.98% from 255 or 28.57% from 77); Max value from RGB is 38 - color contains mainly: red. Hex color #261116 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #261116 is #D9EEE9. Grayscale: #171717. Windows color (decimal): -14282474 or 1446182. OLE color: 1446182.

HSL color Cylindrical-coordinate representation of color #261116: hue angle of 345.71º degrees, saturation: 0.38, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #261116 is Cyan = 0, Magento = 0.55, Yellow = 0.42 and Black (K on CMYK) = 0.85.

Color convert

RGB381722-
CMYK00.550.420.85
HSL345.71º38.18%10.78%-
HSV(B)345.71º55.26%14.9%-
XYZ1.140.870.87-
YUV23.85126.96138.09-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 49.35%
GREEN value IS 17 (7.03% from 255) = 22.08%
BLUE value IS 22 (8.98% from 255) = 28.57%
R=49.35%
G=22.08%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.42
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38172200.550.420.85345.7138.1810.78
Hex2611160372A5515a26b
Octal462126067521255324613
Binary1001101000110110011011110101010101011010110101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261116; }

 p { color: rgb(38,17,22); }

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

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

 a { background-color: rgb(38,17,22); }

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

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

 span { border-color: rgb(38,17,22); }

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