#26010D

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

Shades of Rustic Red #26010D

Tints of Rustic Red #26010D

Color information

#26010D (or 0x26010D) is unknown color: approx Rustic Red. HEX triplet: 26, 01 and 0D. RGB value is (38,1,13). Sum of RGB (Red+Green+Blue) = 38+1+13=52 (6% of max value = 765). Red value is 38 (15.23% from 255 or 73.08% from 52); Green value is 1 (0.78% from 255 or 1.92% from 52); Blue value is 13 (5.47% from 255 or 25% from 52); Max value from RGB is 38 - color contains mainly: red. Hex color #26010D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #26010D is #D9FEF2. Grayscale: #0D0D0D. Windows color (decimal): -14286579 or 852262. OLE color: 852262.

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

Color convert

RGB38113-
CMYK00.970.660.85
HSL340.54º94.87%7.65%-
HSV(B)340.54º97.37%14.9%-
XYZ0.880.460.42-
YUV13.43127.76145.52-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 73.08%
GREEN value IS 1 (0.78% from 255) = 1.92%
BLUE value IS 13 (5.47% from 255) = 25%
R=73.08%
G=1.92%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.66
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3811300.970.660.85340.5494.877.65
Hex261D06142551555f8
Octal46115014110212552513710
Binary10011011101011000011000010101010110101010110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26010D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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