#26040B

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

Shades of Rustic Red #26040B

Tints of Rustic Red #26040B

Color information

#26040B (or 0x26040B) is unknown color: approx Rustic Red. HEX triplet: 26, 04 and 0B. RGB value is (38,4,11). Sum of RGB (Red+Green+Blue) = 38+4+11=53 (7% of max value = 765). Red value is 38 (15.23% from 255 or 71.70% from 53); Green value is 4 (1.95% from 255 or 7.55% from 53); Blue value is 11 (4.69% from 255 or 20.75% from 53); Max value from RGB is 38 - color contains mainly: red. Hex color #26040B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #26040B is #D9FBF4. Grayscale: #0E0E0E. Windows color (decimal): -14285813 or 721958. OLE color: 721958.

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

Color convert

RGB38411-
CMYK00.890.710.85
HSL347.65º80.95%8.24%-
HSV(B)347.65º89.47%14.9%-
XYZ0.90.520.37-
YUV14.96125.76144.43-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 71.70%
GREEN value IS 4 (1.95% from 255) = 7.55%
BLUE value IS 11 (4.69% from 255) = 20.75%
R=71.70%
G=7.55%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.71
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3841100.890.710.85347.6580.958.24
Hex264B059475515c518
Octal46413013110712553412110
Binary1001101001011010110011000111101010110101110010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26040B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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