#261118

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

Shades of Rustic Red #261118

Tints of Rustic Red #261118

Color information

#261118 (or 0x261118) is unknown color: approx Rustic Red. HEX triplet: 26, 11 and 18. RGB value is (38,17,24). Sum of RGB (Red+Green+Blue) = 38+17+24=79 (10% of max value = 765). Red value is 38 (15.23% from 255 or 48.10% from 79); Green value is 17 (7.03% from 255 or 21.52% from 79); Blue value is 24 (9.77% from 255 or 30.38% from 79); Max value from RGB is 38 - color contains mainly: red. Hex color #261118 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #261118 is #D9EEE7. Grayscale: #181818. Windows color (decimal): -14282472 or 1577254. OLE color: 1577254.

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

Color convert

RGB381724-
CMYK00.550.370.85
HSL340º38.18%10.78%-
HSV(B)340º55.26%14.9%-
XYZ1.160.880.97-
YUV24.08127.96137.93-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 48.10%
GREEN value IS 17 (7.03% from 255) = 21.52%
BLUE value IS 24 (9.77% from 255) = 30.38%
R=48.10%
G=21.52%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.37
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38172400.550.370.8534038.1810.78
Hex261118037255515426b
Octal462130067451255244613
Binary1001101000111000011011110010110101011010101001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261118; }

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

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

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

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

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

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

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

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