#26010B

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

Shades of Rustic Red #26010B

Tints of Rustic Red #26010B

Color information

#26010B (or 0x26010B) is unknown color: approx Rustic Red. HEX triplet: 26, 01 and 0B. RGB value is (38,1,11). Sum of RGB (Red+Green+Blue) = 38+1+11=50 (6% of max value = 765). Red value is 38 (15.23% from 255 or 76% from 50); Green value is 1 (0.78% from 255 or 2% from 50); Blue value is 11 (4.69% from 255 or 22% from 50); Max value from RGB is 38 - color contains mainly: red. Hex color #26010B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #26010B is #D9FEF4. Grayscale: #0D0D0D. Windows color (decimal): -14286581 or 721190. OLE color: 721190.

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

Color convert

RGB38111-
CMYK00.970.710.85
HSL343.78º94.87%7.65%-
HSV(B)343.78º97.37%14.9%-
XYZ0.870.460.36-
YUV13.2126.76145.69-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 76%
GREEN value IS 1 (0.78% from 255) = 2%
BLUE value IS 11 (4.69% from 255) = 22%
R=76%
G=2%
B=22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.71
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3811100.970.710.85343.7894.877.65
Hex261B06147551585f8
Octal46113014110712553013710
Binary10011011011011000011000111101010110101100010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26010B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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