#261117

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

Shades of Rustic Red #261117

Tints of Rustic Red #261117

Color information

#261117 (or 0x261117) is unknown color: approx Rustic Red. HEX triplet: 26, 11 and 17. RGB value is (38,17,23). Sum of RGB (Red+Green+Blue) = 38+17+23=78 (10% of max value = 765). Red value is 38 (15.23% from 255 or 48.72% from 78); Green value is 17 (7.03% from 255 or 21.79% from 78); Blue value is 23 (9.38% from 255 or 29.49% from 78); Max value from RGB is 38 - color contains mainly: red. Hex color #261117 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #261117 is #D9EEE8. Grayscale: #171717. Windows color (decimal): -14282473 or 1511718. OLE color: 1511718.

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

Color convert

RGB381723-
CMYK00.550.390.85
HSL342.86º38.18%10.78%-
HSV(B)342.86º55.26%14.9%-
XYZ1.150.870.92-
YUV23.96127.46138.01-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 48.72%
GREEN value IS 17 (7.03% from 255) = 21.79%
BLUE value IS 23 (9.38% from 255) = 29.49%
R=48.72%
G=21.79%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.39
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38172300.550.390.85342.8638.1810.78
Hex261117037275515726b
Octal462127067471255274613
Binary1001101000110111011011110011110101011010101111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261117; }

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

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

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

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

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

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

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

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