#260809

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

Shades of Rustic Red #260809

Tints of Rustic Red #260809

Color information

#260809 (or 0x260809) is unknown color: approx Rustic Red. HEX triplet: 26, 08 and 09. RGB value is (38,8,9). Sum of RGB (Red+Green+Blue) = 38+8+9=55 (7% of max value = 765). Red value is 38 (15.23% from 255 or 69.09% from 55); Green value is 8 (3.52% from 255 or 14.55% from 55); Blue value is 9 (3.91% from 255 or 16.36% from 55); Max value from RGB is 38 - color contains mainly: red. Hex color #260809 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260809 is #D9F7F6. Grayscale: #111111. Windows color (decimal): -14284791 or 591910. OLE color: 591910.

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

Color convert

RGB3889-
CMYK00.790.760.85
HSL358º65.22%9.02%-
HSV(B)358º78.95%14.9%-
XYZ0.940.610.33-
YUV17.08123.44142.92-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 69.09%
GREEN value IS 8 (3.52% from 255) = 14.55%
BLUE value IS 9 (3.91% from 255) = 16.36%
R=69.09%
G=14.55%
B=16.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.76
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal388900.790.760.8535865.229.02
Hex268904F4C55166419
Octal461011011711412554610111
Binary10011010001001010011111001100101010110110011010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260809; }

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

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

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

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

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

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

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

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