#261314

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

Shades of Rustic Red #261314

Tints of Rustic Red #261314

Color information

#261314 (or 0x261314) is unknown color: approx Rustic Red. HEX triplet: 26, 13 and 14. RGB value is (38,19,20). Sum of RGB (Red+Green+Blue) = 38+19+20=77 (10% of max value = 765). Red value is 38 (15.23% from 255 or 49.35% from 77); Green value is 19 (7.81% from 255 or 24.68% from 77); Blue value is 20 (8.20% from 255 or 25.97% from 77); Max value from RGB is 38 - color contains mainly: red. Hex color #261314 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #261314 is #D9ECEB. Grayscale: #181818. Windows color (decimal): -14281964 or 1315622. OLE color: 1315622.

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

Color convert

RGB381920-
CMYK00.500.470.85
HSL356.84º33.33%11.18%-
HSV(B)356.84º50%14.9%-
XYZ1.160.930.78-
YUV24.8125.29137.42-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 49.35%
GREEN value IS 19 (7.81% from 255) = 24.68%
BLUE value IS 20 (8.20% from 255) = 25.97%
R=49.35%
G=24.68%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.47
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal38192000.500.470.85356.8433.3311.18
Hex2613140322F5516521b
Octal462324062571255454113
Binary1001101001110100011001010111110101011011001011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261314; }

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

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

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

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

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

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

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

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