#260006

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

Shades of Rustic Red #260006

Tints of Rustic Red #260006

Color information

#260006 (or 0x260006) is unknown color: approx Rustic Red. HEX triplet: 26, 00 and 06. RGB value is (38,0,6). Sum of RGB (Red+Green+Blue) = 38+0+6=44 (5% of max value = 765). Red value is 38 (15.23% from 255 or 86.36% from 44); Green value is 0 (0.39% from 255 or 0% from 44); Blue value is 6 (2.73% from 255 or 13.64% from 44); Max value from RGB is 38 - color contains mainly: red. Hex color #260006 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260006 is #D9FFF9. Grayscale: #0C0C0C. Windows color (decimal): -14286842 or 393254. OLE color: 393254.

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

Color convert

RGB3806-
CMYK010.840.85
HSL350.53º100%7.45%-
HSV(B)350.53º100%14.9%-
XYZ0.830.430.21-
YUV12.05124.59146.51-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 86.36%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 6 (2.73% from 255) = 13.64%
R=86.36%
G=0%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.84
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3806010.840.85350.531007.45
Hex2606064545515f647
Octal460601441241255371447
Binary100110011001100100101010010101011010111111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260006; }

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

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

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

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

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

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

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

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