#26171B

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

Shades of Rustic Red #26171B

Tints of Rustic Red #26171B

Color information

#26171B (or 0x26171B) is unknown color: approx Rustic Red. HEX triplet: 26, 17 and 1B. RGB value is (38,23,27). Sum of RGB (Red+Green+Blue) = 38+23+27=88 (11% of max value = 765). Red value is 38 (15.23% from 255 or 43.18% from 88); Green value is 23 (9.38% from 255 or 26.14% from 88); Blue value is 27 (10.94% from 255 or 30.68% from 88); Max value from RGB is 38 - color contains mainly: red. Hex color #26171B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26171B is #D9E8E4. Grayscale: #1B1B1B. Windows color (decimal): -14280933 or 1775398. OLE color: 1775398.

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

Color convert

RGB382327-
CMYK00.390.290.85
HSL344º24.59%11.96%-
HSV(B)344º39.47%14.9%-
XYZ1.31.11.18-
YUV27.94127.47135.17-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 43.18%
GREEN value IS 23 (9.38% from 255) = 26.14%
BLUE value IS 27 (10.94% from 255) = 30.68%
R=43.18%
G=26.14%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.29
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38232700.390.290.8534424.5911.96
Hex26171B0271D5515819c
Octal462733047351255303114
Binary10011010111110110100111111011010101101011000110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26171B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26171B; }

 p { color: rgb(38,23,27); }

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

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

 a { background-color: rgb(38,23,27); }

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

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

 span { border-color: rgb(38,23,27); }

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