#26000B

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

Shades of Rustic Red #26000B

Tints of Rustic Red #26000B

Color information

#26000B (or 0x26000B) is unknown color: approx Rustic Red. HEX triplet: 26, 00 and 0B. RGB value is (38,0,11). Sum of RGB (Red+Green+Blue) = 38+0+11=49 (6% of max value = 765). Red value is 38 (15.23% from 255 or 77.55% from 49); Green value is 0 (0.39% from 255 or 0% from 49); Blue value is 11 (4.69% from 255 or 22.45% from 49); Max value from RGB is 38 - color contains mainly: red. Hex color #26000B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #26000B is #D9FFF4. Grayscale: #0C0C0C. Windows color (decimal): -14286837 or 720934. OLE color: 720934.

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

Color convert

RGB38011-
CMYK010.710.85
HSL342.63º100%7.45%-
HSV(B)342.63º100%14.9%-
XYZ0.860.440.36-
YUV12.62127.09146.11-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 77.55%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 11 (4.69% from 255) = 22.45%
R=77.55%
G=0%
B=22.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.71
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38011010.710.85342.631007.45
Hex260B0644755157647
Octal4601301441071255271447
Binary1001100101101100100100011110101011010101111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26000B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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