#26000C

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

Shades of Rustic Red #26000C

Tints of Rustic Red #26000C

Color information

#26000C (or 0x26000C) is unknown color: approx Rustic Red. HEX triplet: 26, 00 and 0C. RGB value is (38,0,12). Sum of RGB (Red+Green+Blue) = 38+0+12=50 (6% of max value = 765). Red value is 38 (15.23% from 255 or 76% from 50); Green value is 0 (0.39% from 255 or 0% from 50); Blue value is 12 (5.08% from 255 or 24% from 50); Max value from RGB is 38 - color contains mainly: red. Hex color #26000C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #26000C is #D9FFF3. Grayscale: #0C0C0C. Windows color (decimal): -14286836 or 786470. OLE color: 786470.

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

Color convert

RGB38012-
CMYK010.680.85
HSL341.05º100%7.45%-
HSV(B)341.05º100%14.9%-
XYZ0.870.440.39-
YUV12.73127.59146.02-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 76%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 12 (5.08% from 255) = 24%
R=76%
G=0%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.68
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38012010.680.85341.051007.45
Hex260C0644455155647
Octal4601401441041255251447
Binary1001100110001100100100010010101011010101011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26000C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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