#26080F

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

Shades of Rustic Red #26080F

Tints of Rustic Red #26080F

Color information

#26080F (or 0x26080F) is unknown color: approx Rustic Red. HEX triplet: 26, 08 and 0F. RGB value is (38,8,15). Sum of RGB (Red+Green+Blue) = 38+8+15=61 (8% of max value = 765). Red value is 38 (15.23% from 255 or 62.30% from 61); Green value is 8 (3.52% from 255 or 13.11% from 61); Blue value is 15 (6.25% from 255 or 24.59% from 61); Max value from RGB is 38 - color contains mainly: red. Hex color #26080F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #26080F is #D9F7F0. Grayscale: #111111. Windows color (decimal): -14284785 or 985126. OLE color: 985126.

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

Color convert

RGB38815-
CMYK00.790.610.85
HSL346º65.22%9.02%-
HSV(B)346º78.95%14.9%-
XYZ0.970.620.52-
YUV17.77126.44142.43-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 62.30%
GREEN value IS 8 (3.52% from 255) = 13.11%
BLUE value IS 15 (6.25% from 255) = 24.59%
R=62.30%
G=13.11%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.61
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3881500.790.610.8534665.229.02
Hex268F04F3D5515a419
Octal46101701177512553210111
Binary1001101000111101001111111101101010110101101010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26080F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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