#261516

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

Shades of Rustic Red #261516

Tints of Rustic Red #261516

Color information

#261516 (or 0x261516) is unknown color: approx Rustic Red. HEX triplet: 26, 15 and 16. RGB value is (38,21,22). Sum of RGB (Red+Green+Blue) = 38+21+22=81 (10% of max value = 765). Red value is 38 (15.23% from 255 or 46.91% from 81); Green value is 21 (8.59% from 255 or 25.93% from 81); Blue value is 22 (8.98% from 255 or 27.16% from 81); Max value from RGB is 38 - color contains mainly: red. Hex color #261516 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #261516 is #D9EAE9. Grayscale: #1A1A1A. Windows color (decimal): -14281450 or 1447206. OLE color: 1447206.

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

Color convert

RGB382122-
CMYK00.450.420.85
HSL356.47º28.81%11.57%-
HSV(B)356.47º44.74%14.9%-
XYZ1.211.010.89-
YUV26.2125.63136.42-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 46.91%
GREEN value IS 21 (8.59% from 255) = 25.93%
BLUE value IS 22 (8.98% from 255) = 27.16%
R=46.91%
G=25.93%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.42
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38212200.450.420.85356.4728.8111.57
Hex26151602D2A551641dc
Octal462526055521255443514
Binary100110101011011001011011010101010101101100100111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261516; }

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

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

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

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

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

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

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

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