#261215

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

Shades of Rustic Red #261215

Tints of Rustic Red #261215

Color information

#261215 (or 0x261215) is unknown color: approx Rustic Red. HEX triplet: 26, 12 and 15. RGB value is (38,18,21). Sum of RGB (Red+Green+Blue) = 38+18+21=77 (10% of max value = 765). Red value is 38 (15.23% from 255 or 49.35% from 77); Green value is 18 (7.42% from 255 or 23.38% from 77); Blue value is 21 (8.59% from 255 or 27.27% from 77); Max value from RGB is 38 - color contains mainly: red. Hex color #261215 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #261215 is #D9EDEA. Grayscale: #181818. Windows color (decimal): -14282219 or 1380902. OLE color: 1380902.

HSL color Cylindrical-coordinate representation of color #261215: hue angle of 351º 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 #261215 is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.85.

Color convert

RGB381821-
CMYK00.530.450.85
HSL351º35.71%10.98%-
HSV(B)351º52.63%14.9%-
XYZ1.150.90.82-
YUV24.32126.13137.76-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 49.35%
GREEN value IS 18 (7.42% from 255) = 23.38%
BLUE value IS 21 (8.59% from 255) = 27.27%
R=49.35%
G=23.38%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.45
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38182100.530.450.8535135.7110.98
Hex2612150352D5515f24b
Octal462225065551255374413
Binary1001101001010101011010110110110101011010111111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261215; }

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

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

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

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

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

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

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

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