#261016

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

Shades of Rustic Red #261016

Tints of Rustic Red #261016

Color information

#261016 (or 0x261016) is unknown color: approx Rustic Red. HEX triplet: 26, 10 and 16. RGB value is (38,16,22). Sum of RGB (Red+Green+Blue) = 38+16+22=76 (10% of max value = 765). Red value is 38 (15.23% from 255 or 50% from 76); Green value is 16 (6.64% from 255 or 21.05% from 76); Blue value is 22 (8.98% from 255 or 28.95% from 76); Max value from RGB is 38 - color contains mainly: red. Hex color #261016 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #261016 is #D9EFE9. Grayscale: #171717. Windows color (decimal): -14282730 or 1445926. OLE color: 1445926.

HSL color Cylindrical-coordinate representation of color #261016: hue angle of 343.64º 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 #261016 is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.85.

Color convert

RGB381622-
CMYK00.580.420.85
HSL343.64º40.74%10.59%-
HSV(B)343.64º57.89%14.9%-
XYZ1.130.840.86-
YUV23.26127.29138.51-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 50%
GREEN value IS 16 (6.64% from 255) = 21.05%
BLUE value IS 22 (8.98% from 255) = 28.95%
R=50%
G=21.05%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.42
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38162200.580.420.85343.6440.7410.59
Hex26101603A2A5515829b
Octal462026072521255305113
Binary1001101000010110011101010101010101011010110001010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261016; }

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

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

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

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

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

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

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

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