#261011

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

Shades of Rustic Red #261011

Tints of Rustic Red #261011

Color information

#261011 (or 0x261011) is unknown color: approx Rustic Red. HEX triplet: 26, 10 and 11. RGB value is (38,16,17). Sum of RGB (Red+Green+Blue) = 38+16+17=71 (9% of max value = 765). Red value is 38 (15.23% from 255 or 53.52% from 71); Green value is 16 (6.64% from 255 or 22.54% from 71); Blue value is 17 (7.03% from 255 or 23.94% from 71); Max value from RGB is 38 - color contains mainly: red. Hex color #261011 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #261011 is #D9EFEE. Grayscale: #161616. Windows color (decimal): -14282735 or 1118246. OLE color: 1118246.

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

Color convert

RGB381617-
CMYK00.580.550.85
HSL357.27º40.74%10.59%-
HSV(B)357.27º57.89%14.9%-
XYZ1.090.820.63-
YUV22.69124.79138.92-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 53.52%
GREEN value IS 16 (6.64% from 255) = 22.54%
BLUE value IS 17 (7.03% from 255) = 23.94%
R=53.52%
G=22.54%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.55
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38161700.580.550.85357.2740.7410.59
Hex26101103A375516529b
Octal462021072671255455113
Binary1001101000010001011101011011110101011011001011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261011; }

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

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

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

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

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

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

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

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