#26090F

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

Shades of Rustic Red #26090F

Tints of Rustic Red #26090F

Color information

#26090F (or 0x26090F) is unknown color: approx Rustic Red. HEX triplet: 26, 09 and 0F. RGB value is (38,9,15). Sum of RGB (Red+Green+Blue) = 38+9+15=62 (8% of max value = 765). Red value is 38 (15.23% from 255 or 61.29% from 62); Green value is 9 (3.91% from 255 or 14.52% from 62); Blue value is 15 (6.25% from 255 or 24.19% from 62); Max value from RGB is 38 - color contains mainly: red. Hex color #26090F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #26090F is #D9F6F0. Grayscale: #121212. Windows color (decimal): -14284529 or 985382. OLE color: 985382.

HSL color Cylindrical-coordinate representation of color #26090F: hue angle of 347.59º degrees, saturation: 0.62, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #26090F is Cyan = 0, Magento = 0.76, Yellow = 0.61 and Black (K on CMYK) = 0.85.

Color convert

RGB38915-
CMYK00.760.610.85
HSL347.59º61.7%9.22%-
HSV(B)347.59º76.32%14.9%-
XYZ0.980.640.52-
YUV18.36126.11142.01-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 61.29%
GREEN value IS 9 (3.91% from 255) = 14.52%
BLUE value IS 15 (6.25% from 255) = 24.19%
R=61.29%
G=14.52%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.61
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3891500.760.610.85347.5961.79.22
Hex269F04C3D5515c3e9
Octal4611170114751255347611
Binary100110100111110100110011110110101011010111001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26090F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26090F; }

 p { color: rgb(38,9,15); }

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

<style>
 a { background-color: #26090F; }

 a { background-color: rgb(38,9,15); }

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

<style>
 span { border-color: #26090F; }

 span { border-color: rgb(38,9,15); }

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