#260510

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

Shades of Rustic Red #260510

Tints of Rustic Red #260510

Color information

#260510 (or 0x260510) is unknown color: approx Rustic Red. HEX triplet: 26, 05 and 10. RGB value is (38,5,16). Sum of RGB (Red+Green+Blue) = 38+5+16=59 (7% of max value = 765). Red value is 38 (15.23% from 255 or 64.41% from 59); Green value is 5 (2.34% from 255 or 8.47% from 59); Blue value is 16 (6.64% from 255 or 27.12% from 59); Max value from RGB is 38 - color contains mainly: red. Hex color #260510 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260510 is #D9FAEF. Grayscale: #101010. Windows color (decimal): -14285552 or 1049894. OLE color: 1049894.

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

Color convert

RGB38516-
CMYK00.870.580.85
HSL340º76.74%8.43%-
HSV(B)340º86.84%14.9%-
XYZ0.950.560.55-
YUV16.12127.93143.61-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 64.41%
GREEN value IS 5 (2.34% from 255) = 8.47%
BLUE value IS 16 (6.64% from 255) = 27.12%
R=64.41%
G=8.47%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.58
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3851600.870.580.8534076.748.43
Hex265100573A551544d8
Octal4652001277212552411510
Binary1001101011000001010111111010101010110101010010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260510; }

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

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

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

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

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

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

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

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