#260506

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

Shades of Rustic Red #260506

Tints of Rustic Red #260506

Color information

#260506 (or 0x260506) is unknown color: approx Rustic Red. HEX triplet: 26, 05 and 06. RGB value is (38,5,6). Sum of RGB (Red+Green+Blue) = 38+5+6=49 (6% of max value = 765). Red value is 38 (15.23% from 255 or 77.55% from 49); Green value is 5 (2.34% from 255 or 10.20% from 49); Blue value is 6 (2.73% from 255 or 12.24% from 49); Max value from RGB is 38 - color contains mainly: red. Hex color #260506 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260506 is #D9FAF9. Grayscale: #0F0F0F. Windows color (decimal): -14285562 or 394534. OLE color: 394534.

HSL color Cylindrical-coordinate representation of color #260506: hue angle of 358.18º 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 #260506 is Cyan = 0, Magento = 0.87, Yellow = 0.84 and Black (K on CMYK) = 0.85.

Color convert

RGB3856-
CMYK00.870.840.85
HSL358.18º76.74%8.43%-
HSV(B)358.18º86.84%14.9%-
XYZ0.890.530.23-
YUV14.98122.93144.42-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 77.55%
GREEN value IS 5 (2.34% from 255) = 10.20%
BLUE value IS 6 (2.73% from 255) = 12.24%
R=77.55%
G=10.20%
B=12.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.84
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal385600.870.840.85358.1876.748.43
Hex265605754551664d8
Octal4656012712412554611510
Binary100110101110010101111010100101010110110011010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260506; }

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

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

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

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

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

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

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

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