#260711

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

Shades of Rustic Red #260711

Tints of Rustic Red #260711

Color information

#260711 (or 0x260711) is unknown color: approx Rustic Red. HEX triplet: 26, 07 and 11. RGB value is (38,7,17). Sum of RGB (Red+Green+Blue) = 38+7+17=62 (8% of max value = 765). Red value is 38 (15.23% from 255 or 61.29% from 62); Green value is 7 (3.12% from 255 or 11.29% from 62); Blue value is 17 (7.03% from 255 or 27.42% from 62); Max value from RGB is 38 - color contains mainly: red. Hex color #260711 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260711 is #D9F8EE. Grayscale: #111111. Windows color (decimal): -14285039 or 1115942. OLE color: 1115942.

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

Color convert

RGB38717-
CMYK00.820.550.85
HSL340.65º68.89%8.82%-
HSV(B)340.65º81.58%14.9%-
XYZ0.980.60.6-
YUV17.41127.77142.69-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 61.29%
GREEN value IS 7 (3.12% from 255) = 11.29%
BLUE value IS 17 (7.03% from 255) = 27.42%
R=61.29%
G=11.29%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.55
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3871700.820.550.85340.6568.898.82
Hex267110523755155459
Octal4672101226712552510511
Binary1001101111000101010010110111101010110101010110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260711; }

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

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

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

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

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

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

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

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