#26050B

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

Shades of Rustic Red #26050B

Tints of Rustic Red #26050B

Color information

#26050B (or 0x26050B) is unknown color: approx Rustic Red. HEX triplet: 26, 05 and 0B. RGB value is (38,5,11). Sum of RGB (Red+Green+Blue) = 38+5+11=54 (7% of max value = 765). Red value is 38 (15.23% from 255 or 70.37% from 54); Green value is 5 (2.34% from 255 or 9.26% from 54); Blue value is 11 (4.69% from 255 or 20.37% from 54); Max value from RGB is 38 - color contains mainly: red. Hex color #26050B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #26050B is #D9FAF4. Grayscale: #0F0F0F. Windows color (decimal): -14285557 or 722214. OLE color: 722214.

HSL color Cylindrical-coordinate representation of color #26050B: hue angle of 349.09º degrees, saturation: 0.77, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #26050B is Cyan = 0, Magento = 0.87, Yellow = 0.71 and Black (K on CMYK) = 0.85.

Color convert

RGB38511-
CMYK00.870.710.85
HSL349.09º76.74%8.43%-
HSV(B)349.09º86.84%14.9%-
XYZ0.910.540.37-
YUV15.55125.43144.01-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 70.37%
GREEN value IS 5 (2.34% from 255) = 9.26%
BLUE value IS 11 (4.69% from 255) = 20.37%
R=70.37%
G=9.26%
B=20.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.71
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3851100.870.710.85349.0976.748.43
Hex265B057475515d4d8
Octal46513012710712553511510
Binary1001101011011010101111000111101010110101110110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26050B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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