#260406

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

Shades of Rustic Red #260406

Tints of Rustic Red #260406

Color information

#260406 (or 0x260406) is unknown color: approx Rustic Red. HEX triplet: 26, 04 and 06. RGB value is (38,4,6). Sum of RGB (Red+Green+Blue) = 38+4+6=48 (6% of max value = 765). Red value is 38 (15.23% from 255 or 79.17% from 48); Green value is 4 (1.95% from 255 or 8.33% from 48); Blue value is 6 (2.73% from 255 or 12.5% from 48); Max value from RGB is 38 - color contains mainly: red. Hex color #260406 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260406 is #D9FBF9. Grayscale: #0E0E0E. Windows color (decimal): -14285818 or 394278. OLE color: 394278.

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

Color convert

RGB3846-
CMYK00.890.840.85
HSL356.47º80.95%8.24%-
HSV(B)356.47º89.47%14.9%-
XYZ0.880.510.22-
YUV14.39123.26144.84-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 79.17%
GREEN value IS 4 (1.95% from 255) = 8.33%
BLUE value IS 6 (2.73% from 255) = 12.5%
R=79.17%
G=8.33%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.84
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal384600.890.840.85356.4780.958.24
Hex26460595455164518
Octal4646013112412554412110
Binary100110100110010110011010100101010110110010010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260406; }

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

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

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

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

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

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

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

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