#261216

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

Shades of Rustic Red #261216

Tints of Rustic Red #261216

Color information

#261216 (or 0x261216) is unknown color: approx Rustic Red. HEX triplet: 26, 12 and 16. RGB value is (38,18,22). Sum of RGB (Red+Green+Blue) = 38+18+22=78 (10% of max value = 765). Red value is 38 (15.23% from 255 or 48.72% from 78); Green value is 18 (7.42% from 255 or 23.08% from 78); Blue value is 22 (8.98% from 255 or 28.21% from 78); Max value from RGB is 38 - color contains mainly: red. Hex color #261216 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #261216 is #D9EDE9. Grayscale: #181818. Windows color (decimal): -14282218 or 1446438. OLE color: 1446438.

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

Color convert

RGB381822-
CMYK00.530.420.85
HSL348º35.71%10.98%-
HSV(B)348º52.63%14.9%-
XYZ1.160.90.87-
YUV24.44126.63137.67-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 48.72%
GREEN value IS 18 (7.42% from 255) = 23.08%
BLUE value IS 22 (8.98% from 255) = 28.21%
R=48.72%
G=23.08%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.42
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38182200.530.420.8534835.7110.98
Hex2612160352A5515c24b
Octal462226065521255344413
Binary1001101001010110011010110101010101011010111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261216; }

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

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

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

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

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

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

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

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