#261014

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

Shades of Rustic Red #261014

Tints of Rustic Red #261014

Color information

#261014 (or 0x261014) is unknown color: approx Rustic Red. HEX triplet: 26, 10 and 14. RGB value is (38,16,20). Sum of RGB (Red+Green+Blue) = 38+16+20=74 (9% of max value = 765). Red value is 38 (15.23% from 255 or 51.35% from 74); Green value is 16 (6.64% from 255 or 21.62% from 74); Blue value is 20 (8.20% from 255 or 27.03% from 74); Max value from RGB is 38 - color contains mainly: red. Hex color #261014 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #261014 is #D9EFEB. Grayscale: #171717. Windows color (decimal): -14282732 or 1314854. OLE color: 1314854.

HSL color Cylindrical-coordinate representation of color #261014: hue angle of 349.09º degrees, saturation: 0.41, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #261014 is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.85.

Color convert

RGB381620-
CMYK00.580.470.85
HSL349.09º40.74%10.59%-
HSV(B)349.09º57.89%14.9%-
XYZ1.110.830.76-
YUV23.03126.29138.67-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 51.35%
GREEN value IS 16 (6.64% from 255) = 21.62%
BLUE value IS 20 (8.20% from 255) = 27.03%
R=51.35%
G=21.62%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.47
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38162000.580.470.85349.0940.7410.59
Hex26101403A2F5515d29b
Octal462024072571255355113
Binary1001101000010100011101010111110101011010111011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261014; }

 p { color: rgb(38,16,20); }

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

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

 a { background-color: rgb(38,16,20); }

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

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

 span { border-color: rgb(38,16,20); }

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