#26090C

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

Shades of Rustic Red #26090C

Tints of Rustic Red #26090C

Color information

#26090C (or 0x26090C) is unknown color: approx Rustic Red. HEX triplet: 26, 09 and 0C. RGB value is (38,9,12). Sum of RGB (Red+Green+Blue) = 38+9+12=59 (7% of max value = 765). Red value is 38 (15.23% from 255 or 64.41% from 59); Green value is 9 (3.91% from 255 or 15.25% from 59); Blue value is 12 (5.08% from 255 or 20.34% from 59); Max value from RGB is 38 - color contains mainly: red. Hex color #26090C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #26090C is #D9F6F3. Grayscale: #121212. Windows color (decimal): -14284532 or 788774. OLE color: 788774.

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

Color convert

RGB38912-
CMYK00.760.680.85
HSL353.79º61.7%9.22%-
HSV(B)353.79º76.32%14.9%-
XYZ0.960.630.42-
YUV18.01124.61142.26-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 64.41%
GREEN value IS 9 (3.91% from 255) = 15.25%
BLUE value IS 12 (5.08% from 255) = 20.34%
R=64.41%
G=15.25%
B=20.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.68
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3891200.760.680.85353.7961.79.22
Hex269C04C44551623e9
Octal46111401141041255427611
Binary1001101001110001001100100010010101011011000101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26090C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26090C; }

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

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

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

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

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

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

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

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