#26181B

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

Shades of Rustic Red #26181B

Tints of Rustic Red #26181B

Color information

#26181B (or 0x26181B) is unknown color: approx Rustic Red. HEX triplet: 26, 18 and 1B. RGB value is (38,24,27). Sum of RGB (Red+Green+Blue) = 38+24+27=89 (11% of max value = 765). Red value is 38 (15.23% from 255 or 42.70% from 89); Green value is 24 (9.77% from 255 or 26.97% from 89); Blue value is 27 (10.94% from 255 or 30.34% from 89); Max value from RGB is 38 - color contains mainly: red. Hex color #26181B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26181B is #D9E7E4. Grayscale: #1C1C1C. Windows color (decimal): -14280677 or 1775654. OLE color: 1775654.

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

Color convert

RGB382427-
CMYK00.370.290.85
HSL347.14º22.58%12.16%-
HSV(B)347.14º36.84%14.9%-
XYZ1.321.141.19-
YUV28.53127.14134.76-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 42.70%
GREEN value IS 24 (9.77% from 255) = 26.97%
BLUE value IS 27 (10.94% from 255) = 30.34%
R=42.70%
G=26.97%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.29
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38242700.370.290.85347.1422.5812.16
Hex26181B0251D5515b17c
Octal463033045351255332714
Binary10011011000110110100101111011010101101011011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26181B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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