#26010C

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

Shades of Rustic Red #26010C

Tints of Rustic Red #26010C

Color information

#26010C (or 0x26010C) is unknown color: approx Rustic Red. HEX triplet: 26, 01 and 0C. RGB value is (38,1,12). Sum of RGB (Red+Green+Blue) = 38+1+12=51 (6% of max value = 765). Red value is 38 (15.23% from 255 or 74.51% from 51); Green value is 1 (0.78% from 255 or 1.96% from 51); Blue value is 12 (5.08% from 255 or 23.53% from 51); Max value from RGB is 38 - color contains mainly: red. Hex color #26010C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #26010C is #D9FEF3. Grayscale: #0D0D0D. Windows color (decimal): -14286580 or 786726. OLE color: 786726.

HSL color Cylindrical-coordinate representation of color #26010C: hue angle of 342.16º 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 #26010C is Cyan = 0, Magento = 0.97, Yellow = 0.68 and Black (K on CMYK) = 0.85.

Color convert

RGB38112-
CMYK00.970.680.85
HSL342.16º94.87%7.65%-
HSV(B)342.16º97.37%14.9%-
XYZ0.880.460.39-
YUV13.32127.26145.61-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 74.51%
GREEN value IS 1 (0.78% from 255) = 1.96%
BLUE value IS 12 (5.08% from 255) = 23.53%
R=74.51%
G=1.96%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.68
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3811200.970.680.85342.1694.877.65
Hex261C06144551565f8
Octal46114014110412552613710
Binary10011011100011000011000100101010110101011010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26010C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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