#260109

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

Shades of Rustic Red #260109

Tints of Rustic Red #260109

Color information

#260109 (or 0x260109) is unknown color: approx Rustic Red. HEX triplet: 26, 01 and 09. RGB value is (38,1,9). Sum of RGB (Red+Green+Blue) = 38+1+9=48 (6% of max value = 765). Red value is 38 (15.23% from 255 or 79.17% from 48); Green value is 1 (0.78% from 255 or 2.08% from 48); Blue value is 9 (3.91% from 255 or 18.75% from 48); Max value from RGB is 38 - color contains mainly: red. Hex color #260109 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260109 is #D9FEF6. Grayscale: #0C0C0C. Windows color (decimal): -14286583 or 590118. OLE color: 590118.

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

Color convert

RGB3819-
CMYK00.970.760.85
HSL347.03º94.87%7.65%-
HSV(B)347.03º97.37%14.9%-
XYZ0.860.450.3-
YUV12.98125.76145.85-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 79.17%
GREEN value IS 1 (0.78% from 255) = 2.08%
BLUE value IS 9 (3.91% from 255) = 18.75%
R=79.17%
G=2.08%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.76
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal381900.970.760.85347.0394.877.65
Hex26190614C5515b5f8
Octal46111014111412553313710
Binary10011011001011000011001100101010110101101110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260109; }

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

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

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

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

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

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

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

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