#261113

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

Shades of Rustic Red #261113

Tints of Rustic Red #261113

Color information

#261113 (or 0x261113) is unknown color: approx Rustic Red. HEX triplet: 26, 11 and 13. RGB value is (38,17,19). Sum of RGB (Red+Green+Blue) = 38+17+19=74 (9% of max value = 765). Red value is 38 (15.23% from 255 or 51.35% from 74); Green value is 17 (7.03% from 255 or 22.97% from 74); Blue value is 19 (7.81% from 255 or 25.68% from 74); Max value from RGB is 38 - color contains mainly: red. Hex color #261113 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #261113 is #D9EEEC. Grayscale: #171717. Windows color (decimal): -14282477 or 1249574. OLE color: 1249574.

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

Color convert

RGB381719-
CMYK00.550.500.85
HSL354.29º38.18%10.78%-
HSV(B)354.29º55.26%14.9%-
XYZ1.120.860.72-
YUV23.51125.46138.34-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 51.35%
GREEN value IS 17 (7.03% from 255) = 22.97%
BLUE value IS 19 (7.81% from 255) = 25.68%
R=51.35%
G=22.97%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.50
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38171900.550.500.85354.2938.1810.78
Hex261113037325516226b
Octal462123067621255424613
Binary1001101000110011011011111001010101011011000101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261113; }

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

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

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

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

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

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

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

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