#260410

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

Shades of Rustic Red #260410

Tints of Rustic Red #260410

Color information

#260410 (or 0x260410) is unknown color: approx Rustic Red. HEX triplet: 26, 04 and 10. RGB value is (38,4,16). Sum of RGB (Red+Green+Blue) = 38+4+16=58 (7% of max value = 765). Red value is 38 (15.23% from 255 or 65.52% from 58); Green value is 4 (1.95% from 255 or 6.90% from 58); Blue value is 16 (6.64% from 255 or 27.59% from 58); Max value from RGB is 38 - color contains mainly: red. Hex color #260410 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260410 is #D9FBEF. Grayscale: #0F0F0F. Windows color (decimal): -14285808 or 1049638. OLE color: 1049638.

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

Color convert

RGB38416-
CMYK00.890.580.85
HSL338.82º80.95%8.24%-
HSV(B)338.82º89.47%14.9%-
XYZ0.940.540.54-
YUV15.53128.26144.02-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 65.52%
GREEN value IS 4 (1.95% from 255) = 6.90%
BLUE value IS 16 (6.64% from 255) = 27.59%
R=65.52%
G=6.90%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.58
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3841600.890.580.85338.8280.958.24
Hex264100593A55153518
Octal4642001317212552312110
Binary1001101001000001011001111010101010110101001110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260410; }

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

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

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

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

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

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

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

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