#260B11

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

Shades of Rustic Red #260B11

Tints of Rustic Red #260B11

Color information

#260B11 (or 0x260B11) is unknown color: approx Rustic Red. HEX triplet: 26, 0B and 11. RGB value is (38,11,17). Sum of RGB (Red+Green+Blue) = 38+11+17=66 (8% of max value = 765). Red value is 38 (15.23% from 255 or 57.58% from 66); Green value is 11 (4.69% from 255 or 16.67% from 66); Blue value is 17 (7.03% from 255 or 25.76% from 66); Max value from RGB is 38 - color contains mainly: red. Hex color #260B11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260B11 is #D9F4EE. Grayscale: #131313. Windows color (decimal): -14284015 or 1116966. OLE color: 1116966.

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

Color convert

RGB381117-
CMYK00.710.550.85
HSL346.67º55.1%9.61%-
HSV(B)346.67º71.05%14.9%-
XYZ1.020.690.61-
YUV19.76126.45141.01-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 57.58%
GREEN value IS 11 (4.69% from 255) = 16.67%
BLUE value IS 17 (7.03% from 255) = 25.76%
R=57.58%
G=16.67%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.55
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38111700.710.550.85346.6755.19.61
Hex26B11047375515b37a
Octal4613210107671255336712
Binary1001101011100010100011111011110101011010110111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260B11; }

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

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

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

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

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

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

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

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