#261316

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

Shades of Rustic Red #261316

Tints of Rustic Red #261316

Color information

#261316 (or 0x261316) is unknown color: approx Rustic Red. HEX triplet: 26, 13 and 16. RGB value is (38,19,22). Sum of RGB (Red+Green+Blue) = 38+19+22=79 (10% of max value = 765). Red value is 38 (15.23% from 255 or 48.10% from 79); Green value is 19 (7.81% from 255 or 24.05% from 79); Blue value is 22 (8.98% from 255 or 27.85% from 79); Max value from RGB is 38 - color contains mainly: red. Hex color #261316 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #261316 is #D9ECE9. Grayscale: #191919. Windows color (decimal): -14281962 or 1446694. OLE color: 1446694.

HSL color Cylindrical-coordinate representation of color #261316: hue angle of 350.53º degrees, saturation: 0.33, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #261316 is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.85.

Color convert

RGB381922-
CMYK00.500.420.85
HSL350.53º33.33%11.18%-
HSV(B)350.53º50%14.9%-
XYZ1.180.940.88-
YUV25.02126.29137.26-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 48.10%
GREEN value IS 19 (7.81% from 255) = 24.05%
BLUE value IS 22 (8.98% from 255) = 27.85%
R=48.10%
G=24.05%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.42
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38192200.500.420.85350.5333.3311.18
Hex2613160322A5515f21b
Octal462326062521255374113
Binary1001101001110110011001010101010101011010111111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261316; }

 p { color: rgb(38,19,22); }

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

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

 a { background-color: rgb(38,19,22); }

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

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

 span { border-color: rgb(38,19,22); }

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