#260106

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

Shades of Rustic Red #260106

Tints of Rustic Red #260106

Color information

#260106 (or 0x260106) is unknown color: approx Rustic Red. HEX triplet: 26, 01 and 06. RGB value is (38,1,6). Sum of RGB (Red+Green+Blue) = 38+1+6=45 (5% of max value = 765). Red value is 38 (15.23% from 255 or 84.44% from 45); Green value is 1 (0.78% from 255 or 2.22% from 45); Blue value is 6 (2.73% from 255 or 13.33% from 45); Max value from RGB is 38 - color contains mainly: red. Hex color #260106 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260106 is #D9FEF9. Grayscale: #0C0C0C. Windows color (decimal): -14286586 or 393510. OLE color: 393510.

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

Color convert

RGB3816-
CMYK00.970.840.85
HSL351.89º94.87%7.65%-
HSV(B)351.89º97.37%14.9%-
XYZ0.840.450.21-
YUV12.63124.26146.09-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 84.44%
GREEN value IS 1 (0.78% from 255) = 2.22%
BLUE value IS 6 (2.73% from 255) = 13.33%
R=84.44%
G=2.22%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.84
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal381600.970.840.85351.8994.877.65
Hex261606154551605f8
Octal4616014112412554013710
Binary1001101110011000011010100101010110110000010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260106; }

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

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

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

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

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

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

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

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