#260011

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

Shades of Rustic Red #260011

Tints of Rustic Red #260011

Color information

#260011 (or 0x260011) is unknown color: approx Rustic Red. HEX triplet: 26, 00 and 11. RGB value is (38,0,17). Sum of RGB (Red+Green+Blue) = 38+0+17=55 (7% of max value = 765). Red value is 38 (15.23% from 255 or 69.09% from 55); Green value is 0 (0.39% from 255 or 0% from 55); Blue value is 17 (7.03% from 255 or 30.91% from 55); Max value from RGB is 38 - color contains mainly: red. Hex color #260011 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260011 is #D9FFEE. Grayscale: #0D0D0D. Windows color (decimal): -14286831 or 1114150. OLE color: 1114150.

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

Color convert

RGB38017-
CMYK010.550.85
HSL333.16º100%7.45%-
HSV(B)333.16º100%14.9%-
XYZ0.90.450.57-
YUV13.3130.09145.62-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 69.09%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 17 (7.03% from 255) = 30.91%
R=69.09%
G=0%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.55
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38017010.550.85333.161007.45
Hex26011064375514d647
Octal460210144671255151447
Binary1001100100010110010011011110101011010011011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260011; }

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

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

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

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

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

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

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

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