#261013

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

Shades of Rustic Red #261013

Tints of Rustic Red #261013

Color information

#261013 (or 0x261013) is unknown color: approx Rustic Red. HEX triplet: 26, 10 and 13. RGB value is (38,16,19). Sum of RGB (Red+Green+Blue) = 38+16+19=73 (9% of max value = 765). Red value is 38 (15.23% from 255 or 52.05% from 73); Green value is 16 (6.64% from 255 or 21.92% from 73); Blue value is 19 (7.81% from 255 or 26.03% from 73); Max value from RGB is 38 - color contains mainly: red. Hex color #261013 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #261013 is #D9EFEC. Grayscale: #161616. Windows color (decimal): -14282733 or 1249318. OLE color: 1249318.

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

Color convert

RGB381619-
CMYK00.580.500.85
HSL351.82º40.74%10.59%-
HSV(B)351.82º57.89%14.9%-
XYZ1.10.830.72-
YUV22.92125.79138.76-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 52.05%
GREEN value IS 16 (6.64% from 255) = 21.92%
BLUE value IS 19 (7.81% from 255) = 26.03%
R=52.05%
G=21.92%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.50
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38161900.580.500.85351.8240.7410.59
Hex26101303A325516029b
Octal462023072621255405113
Binary1001101000010011011101011001010101011011000001010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261013; }

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

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

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

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

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

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

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

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