#26060E

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

Shades of Rustic Red #26060E

Tints of Rustic Red #26060E

Color information

#26060E (or 0x26060E) is unknown color: approx Rustic Red. HEX triplet: 26, 06 and 0E. RGB value is (38,6,14). Sum of RGB (Red+Green+Blue) = 38+6+14=58 (7% of max value = 765). Red value is 38 (15.23% from 255 or 65.52% from 58); Green value is 6 (2.73% from 255 or 10.34% from 58); Blue value is 14 (5.86% from 255 or 24.14% from 58); Max value from RGB is 38 - color contains mainly: red. Hex color #26060E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #26060E is #D9F9F1. Grayscale: #101010. Windows color (decimal): -14285298 or 919078. OLE color: 919078.

HSL color Cylindrical-coordinate representation of color #26060E: hue angle of 345º degrees, saturation: 0.73, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #26060E is Cyan = 0, Magento = 0.84, Yellow = 0.63 and Black (K on CMYK) = 0.85.

Color convert

RGB38614-
CMYK00.840.630.85
HSL345º72.73%8.63%-
HSV(B)345º84.21%14.9%-
XYZ0.940.570.48-
YUV16.48126.6143.35-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 65.52%
GREEN value IS 6 (2.73% from 255) = 10.34%
BLUE value IS 14 (5.86% from 255) = 24.14%
R=65.52%
G=10.34%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.63
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3861400.840.630.8534572.738.63
Hex266E0543F55159499
Octal4661601247712553111111
Binary100110110111001010100111111101010110101100110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26060E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26060E; }

 p { color: rgb(38,6,14); }

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

<style>
 a { background-color: #26060E; }

 a { background-color: rgb(38,6,14); }

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

<style>
 span { border-color: #26060E; }

 span { border-color: rgb(38,6,14); }

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