#26000E

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

Shades of Rustic Red #26000E

Tints of Rustic Red #26000E

Color information

#26000E (or 0x26000E) is unknown color: approx Rustic Red. HEX triplet: 26, 00 and 0E. RGB value is (38,0,14). Sum of RGB (Red+Green+Blue) = 38+0+14=52 (6% of max value = 765). Red value is 38 (15.23% from 255 or 73.08% from 52); Green value is 0 (0.39% from 255 or 0% from 52); Blue value is 14 (5.86% from 255 or 26.92% from 52); Max value from RGB is 38 - color contains mainly: red. Hex color #26000E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #26000E is #D9FFF1. Grayscale: #0C0C0C. Windows color (decimal): -14286834 or 917542. OLE color: 917542.

HSL color Cylindrical-coordinate representation of color #26000E: hue angle of 337.89º 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 #26000E is Cyan = 0, Magento = 1, Yellow = 0.63 and Black (K on CMYK) = 0.85.

Color convert

RGB38014-
CMYK010.630.85
HSL337.89º100%7.45%-
HSV(B)337.89º100%14.9%-
XYZ0.880.440.45-
YUV12.96128.59145.86-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 73.08%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 14 (5.86% from 255) = 26.92%
R=73.08%
G=0%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.63
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38014010.630.85337.891007.45
Hex260E0643F55152647
Octal460160144771255221447
Binary100110011100110010011111110101011010100101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26000E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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