#260915

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

Shades of Rustic Red #260915

Tints of Rustic Red #260915

Color information

#260915 (or 0x260915) is unknown color: approx Rustic Red. HEX triplet: 26, 09 and 15. RGB value is (38,9,21). Sum of RGB (Red+Green+Blue) = 38+9+21=68 (9% of max value = 765). Red value is 38 (15.23% from 255 or 55.88% from 68); Green value is 9 (3.91% from 255 or 13.24% from 68); Blue value is 21 (8.59% from 255 or 30.88% from 68); Max value from RGB is 38 - color contains mainly: red. Hex color #260915 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260915 is #D9F6EA. Grayscale: #131313. Windows color (decimal): -14284523 or 1378598. OLE color: 1378598.

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

Color convert

RGB38921-
CMYK00.760.450.85
HSL335.17º61.7%9.22%-
HSV(B)335.17º76.32%14.9%-
XYZ1.030.660.78-
YUV19.04129.11141.52-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 55.88%
GREEN value IS 9 (3.91% from 255) = 13.24%
BLUE value IS 21 (8.59% from 255) = 30.88%
R=55.88%
G=13.24%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.45
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3892100.760.450.85335.1761.79.22
Hex2691504C2D5514f3e9
Octal4611250114551255177611
Binary1001101001101010100110010110110101011010011111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260915; }

 p { color: rgb(38,9,21); }

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

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

 a { background-color: rgb(38,9,21); }

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

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

 span { border-color: rgb(38,9,21); }

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