#260009

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

Shades of Rustic Red #260009

Tints of Rustic Red #260009

Color information

#260009 (or 0x260009) is unknown color: approx Rustic Red. HEX triplet: 26, 00 and 09. RGB value is (38,0,9). Sum of RGB (Red+Green+Blue) = 38+0+9=47 (6% of max value = 765). Red value is 38 (15.23% from 255 or 80.85% from 47); Green value is 0 (0.39% from 255 or 0% from 47); Blue value is 9 (3.91% from 255 or 19.15% from 47); Max value from RGB is 38 - color contains mainly: red. Hex color #260009 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260009 is #D9FFF6. Grayscale: #0C0C0C. Windows color (decimal): -14286839 or 589862. OLE color: 589862.

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

Color convert

RGB3809-
CMYK010.760.85
HSL345.79º100%7.45%-
HSV(B)345.79º100%14.9%-
XYZ0.850.430.3-
YUV12.39126.09146.27-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 80.85%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 9 (3.91% from 255) = 19.15%
R=80.85%
G=0%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.76
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3809010.760.85345.791007.45
Hex26090644C5515a647
Octal4601101441141255321447
Binary1001100100101100100100110010101011010110101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260009; }

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

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

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

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

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

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

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

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