#260209

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

Shades of Rustic Red #260209

Tints of Rustic Red #260209

Color information

#260209 (or 0x260209) is unknown color: approx Rustic Red. HEX triplet: 26, 02 and 09. RGB value is (38,2,9). Sum of RGB (Red+Green+Blue) = 38+2+9=49 (6% of max value = 765). Red value is 38 (15.23% from 255 or 77.55% from 49); Green value is 2 (1.17% from 255 or 4.08% from 49); Blue value is 9 (3.91% from 255 or 18.37% from 49); Max value from RGB is 38 - color contains mainly: red. Hex color #260209 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260209 is #D9FDF6. Grayscale: #0D0D0D. Windows color (decimal): -14286327 or 590374. OLE color: 590374.

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

Color convert

RGB3829-
CMYK00.950.760.85
HSL348.33º90%7.84%-
HSV(B)348.33º94.74%14.9%-
XYZ0.870.480.3-
YUV13.56125.43145.43-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 77.55%
GREEN value IS 2 (1.17% from 255) = 4.08%
BLUE value IS 9 (3.91% from 255) = 18.37%
R=77.55%
G=4.08%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.76
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal382900.950.760.85348.33907.84
Hex262905F4C5515c5a8
Octal46211013711412553413210
Binary100110101001010111111001100101010110101110010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260209; }

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

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

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

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

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

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

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

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