#260001

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

Shades of Rustic Red #260001

Tints of Rustic Red #260001

Color information

#260001 (or 0x260001) is unknown color: approx Rustic Red. HEX triplet: 26, 00 and 01. RGB value is (38,0,1). Sum of RGB (Red+Green+Blue) = 38+0+1=39 (5% of max value = 765). Red value is 38 (15.23% from 255 or 97.44% from 39); Green value is 0 (0.39% from 255 or 0% from 39); Blue value is 1 (0.78% from 255 or 2.56% from 39); Max value from RGB is 38 - color contains mainly: red. Hex color #260001 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260001 is #D9FFFE. Grayscale: #0B0B0B. Windows color (decimal): -14286847 or 65574. OLE color: 65574.

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

Color convert

RGB3801-
CMYK010.970.85
HSL358.42º100%7.45%-
HSV(B)358.42º100%14.9%-
XYZ0.80.410.07-
YUV11.48122.09146.92-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 97.44%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 1 (0.78% from 255) = 2.56%
R=97.44%
G=0%
B=2.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.97
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3801010.970.85358.421007.45
Hex26010646155166647
Octal460101441411255461447
Binary1001100101100100110000110101011011001101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260001; }

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

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

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

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

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

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

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

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